#A27FCD

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

Shades of Cold Purple #A27FCD

Tints of Cold Purple #A27FCD

Color information

#A27FCD (or 0xA27FCD) is unknown color: approx Cold Purple. HEX triplet: A2, 7F and CD. RGB value is (162,127,205). Sum of RGB (Red+Green+Blue) = 162+127+205=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #A27FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCD is #5D8032. Grayscale: #929292. Windows color (decimal): -6127667 or 13467554. OLE color: 13467554.

HSL color Cylindrical-coordinate representation of color #A27FCD: hue angle of 266.92º 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 #A27FCD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162127205-
CMYK0.210.3800.20
HSL266.92º43.82%65.1%-
HSV(B)266.92º38.05%80.39%-
XYZ33.5127.2761.25-
YUV146.36161.1139.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=32.79%
G=25.71%
B=41.50%

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
Decimal1621272050.210.3800.20266.9243.8265.1
HexA27FCD152601410b2c41
Octal242177315254602441354101
Binary10100010111111111001101101011001100101001000010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FCD; }

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

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

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

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

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

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

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

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