#A17FCD

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

Shades of Cold Purple #A17FCD

Tints of Cold Purple #A17FCD

Color information

#A17FCD (or 0xA17FCD) is unknown color: approx Cold Purple. HEX triplet: A1, 7F and CD. RGB value is (161,127,205). Sum of RGB (Red+Green+Blue) = 161+127+205=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A17FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FCD is #5E8032. Grayscale: #919191. Windows color (decimal): -6193203 or 13467553. OLE color: 13467553.

HSL color Cylindrical-coordinate representation of color #A17FCD: hue angle of 266.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A17FCD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161127205-
CMYK0.210.3800.20
HSL266.15º43.82%65.1%-
HSV(B)266.15º38.05%80.39%-
XYZ33.3127.1661.25-
YUV146.06161.26138.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=32.66%
G=25.76%
B=41.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611272050.210.3800.20266.1543.8265.1
HexA17FCD152601410a2c41
Octal241177315254602441254101
Binary10100001111111111001101101011001100101001000010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17FCD; }

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

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

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

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

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

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

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

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