#A67ECF

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

Shades of Cold Purple #A67ECF

Tints of Cold Purple #A67ECF

Color information

#A67ECF (or 0xA67ECF) is unknown color: approx Cold Purple. HEX triplet: A6, 7E and CF. RGB value is (166,126,207). Sum of RGB (Red+Green+Blue) = 166+126+207=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A67ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ECF is #598130. Grayscale: #929292. Windows color (decimal): -5865777 or 13598374. OLE color: 13598374.

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

Color convert

RGB166126207-
CMYK0.200.3900.19
HSL269.63º45.76%65.29%-
HSV(B)269.63º39.13%81.18%-
XYZ34.4527.5362.53-
YUV147.19161.75141.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=33.27%
G=25.25%
B=41.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661262070.200.3900.19269.6345.7665.29
HexA67ECF142701310e2e41
Octal246176317244702341656101
Binary10100110111111011001111101001001110100111000011101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67ECF; }

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

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

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

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

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

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

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

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