#A67FCE

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

Shades of Cold Purple #A67FCE

Tints of Cold Purple #A67FCE

Color information

#A67FCE (or 0xA67FCE) is unknown color: approx Cold Purple. HEX triplet: A6, 7F and CE. RGB value is (166,127,206). Sum of RGB (Red+Green+Blue) = 166+127+206=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #A67FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FCE is #598031. Grayscale: #939393. Windows color (decimal): -5865522 or 13533094. OLE color: 13533094.

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

Color convert

RGB166127206-
CMYK0.190.3800.19
HSL269.62º44.63%65.29%-
HSV(B)269.62º38.35%80.78%-
XYZ34.4627.7461.93-
YUV147.67160.92141.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=33.27%
G=25.45%
B=41.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661272060.190.3800.19269.6244.6365.29
HexA67FCE132601310e2d41
Octal246177316234602341655101
Binary10100110111111111001110100111001100100111000011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67FCE; }

 p { color: rgb(166,127,206); }

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

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

 a { background-color: rgb(166,127,206); }

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

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

 span { border-color: rgb(166,127,206); }

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