#a17fd4

Color #A17FD4 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A17FD4

Tints of Medium Purple #A17FD4

Color information

#A17FD4 (or 0xA17FD4) is unknown color: approx Medium Purple. HEX triplet: A1, 7F and D4. RGB value is (161,127,212). Sum of RGB (Red+Green+Blue) = 161+127+212=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #A17FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FD4 is #5E802B. Grayscale: #929292. Windows color (decimal): -6193196 or 13926305. OLE color: 13926305.

HSL color Cylindrical-coordinate representation of color #A17FD4: hue angle of 264º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A17FD4 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161127212-
CMYK0.240.4000.17
HSL264º49.71%66.47%-
HSV(B)264º40.09%83.14%-
XYZ34.1727.5165.8-
YUV146.86164.76138.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 212 (83.20% from 255) = 42.4%
R=32.2%
G=25.4%
B=42.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611272120.240.4000.1726449.7166.47
HexA17FD418280111083242
Octal241177324305002141062102
Binary10100001111111111010100110001010000100011000010001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a17fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a17fd4; }

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

 H1.HeaderClassName
 {
   color: #a17fd4;
 }
 .AnyTagClassName
 {
   color: #a17fd4;
 }
</style>
background-color css

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

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

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

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

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

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