#A27ECD

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

Shades of Cold Purple #A27ECD

Tints of Cold Purple #A27ECD

Color information

#A27ECD (or 0xA27ECD) is unknown color: approx Cold Purple. HEX triplet: A2, 7E and CD. RGB value is (162,126,205). Sum of RGB (Red+Green+Blue) = 162+126+205=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 126 (49.61% from 255 or 25.56% 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 #A27ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ECD is #5D8132. Grayscale: #919191. Windows color (decimal): -6127923 or 13467298. OLE color: 13467298.

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

Color convert

RGB162126205-
CMYK0.210.3900.20
HSL267.34º44.13%64.9%-
HSV(B)267.34º38.54%80.39%-
XYZ33.3827.0161.21-
YUV145.77161.43139.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=32.86%
G=25.56%
B=41.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621262050.210.3900.20267.3444.1364.9
HexA27ECD152701410b2c41
Octal242176315254702441354101
Binary10100010111111011001101101011001110101001000010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27ECD; }

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

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

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

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

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

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

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

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