#A67ECD

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

Shades of Cold Purple #A67ECD

Tints of Cold Purple #A67ECD

Color information

#A67ECD (or 0xA67ECD) is unknown color: approx Cold Purple. HEX triplet: A6, 7E and CD. RGB value is (166,126,205). Sum of RGB (Red+Green+Blue) = 166+126+205=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #A67ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ECD is #598132. Grayscale: #929292. Windows color (decimal): -5865779 or 13467302. OLE color: 13467302.

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

Color convert

RGB166126205-
CMYK0.190.3900.20
HSL270.38º44.13%64.9%-
HSV(B)270.38º38.54%80.39%-
XYZ34.2127.4461.25-
YUV146.97160.75141.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=33.40%
G=25.35%
B=41.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661262050.190.3900.20270.3844.1364.9
HexA67ECD132701410e2c41
Octal246176315234702441654101
Binary10100110111111011001101100111001110101001000011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67ECD; }

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

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

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

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

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

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

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

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