Html Css Color HEX #A17FD9 Medium Purple

📋 copy color: '#A17FD9'

red 161 ◦ green 127 ◦ blue 217

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

Shades of Medium Purple #A17FD9

Tints of Medium Purple #A17FD9

RGB

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

 GREEN value IS 127 (50% from 255) = 25.15%

 BLUE value IS 217 (85.16% from 255) = 42.97%

R = 31.88%
G = 25.15%
B = 42.97%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A17FD9 (or 0xA17FD9) is known color: Medium Purple. HEX triplet: A1, 7F and D9. RGB value is (161,127,217). Sum of RGB (Red+Green+Blue) = 161+127+217=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 217 - color contains mainly: blue. Hex color #A17FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FD9 is #5E8026. Grayscale: #939393. Windows color (decimal): -6193191 or 14253985. OLE color: 14253985.

HSL color Cylindrical-coordinate representation of color #A17FD9: hue angle of 262.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A17FD9 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 127 217 -
CMYK 0.26 0.41 0 0.15
HSL 262.67º 0.54% 0.67% -
HSV(B) 262.67º 0.41% 0.85% -
XYZ 34.81 27.77 69.17 -
YUV 147.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 161 127 217 0.26 0.41 0 0.15 262.67 0.54 0.67
Hex A1 7F D9 1A 29 0 F 107 36 43
Octal 241 177 331 32 51 0 17 407 66 103
Binary 10100001 1111111 11011001 11010 101001 0 1111 100000111 110110 1000011

Color Harmonies of #A17FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FD9

Black with #A17FD9

Text Example


Text Example

White with #A17FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FD9; }

 p { color: rgb(161,127,217); }

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

background-color css

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

 a { background-color: rgb(161,127,217); }

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

border-color css

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

 span { border-color: rgb(161,127,217); }

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