Html Css Color HEX #A17DF3 Medium Purple

📋 copy color: '#A17DF3'

red 161 ◦ green 125 ◦ blue 243

#A17DF3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A17DF3

Tints of Medium Purple #A17DF3

RGB

 RED value IS 161 (63.28% from 255) = 30.43%

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 243 (95.31% from 255) = 45.94%

R = 30.43%
G = 23.63%
B = 45.94%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A17DF3 (or 0xA17DF3) is known color: Medium Purple. HEX triplet: A1, 7D and F3. RGB value is (161,125,243). Sum of RGB (Red+Green+Blue) = 161+125+243=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #A17DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DF3 is #5E820C. Grayscale: #949494. Windows color (decimal): -6193677 or 15957409. OLE color: 15957409.

HSL color Cylindrical-coordinate representation of color #A17DF3: hue angle of 258.31º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17DF3 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 125 243 -
CMYK 0.34 0.49 0 0.05
HSL 258.31º 0.83% 0.72% -
HSV(B) 258.31º 0.49% 0.95% -
XYZ 38.21 28.72 88.32 -
YUV 149.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 161 125 243 0.34 0.49 0 0.05 258.31 0.83 0.72
Hex A1 7D F3 22 31 0 5 102 53 48
Octal 241 175 363 42 61 0 5 402 123 110
Binary 10100001 1111101 11110011 100010 110001 0 101 100000010 1010011 1001000

Color Harmonies of #A17DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17DF3

Black with #A17DF3

Text Example


Text Example

White with #A17DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17DF3; }

 p { color: rgb(161,125,243); }

 H1.HeaderClassName
 {
   color: #A17DF3;
 }
 .AnyTagClassName
 {
   color: #A17DF3;
 }
</style>

background-color css

<style>
 a { background-color: #A17DF3; }

 a { background-color: rgb(161,125,243); }

 div.DivClassName
 {
   background-color: #A17DF3;
 }
 .BgClassName
 {
   background-color: #A17DF3;
 }
</style>

border-color css

<style>
 span { border-color: #A17DF3; }

 span { border-color: rgb(161,125,243); }

 td.TdClassName
 {
   border-color: #A17DF3;
 }
 .TagClassName
 {
   border-color: #A17DF3;
 }
</style>