#A688CE

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

Shades of Cold Purple #A688CE

Tints of Cold Purple #A688CE

Color information

#A688CE (or 0xA688CE) is unknown color: approx Cold Purple. HEX triplet: A6, 88 and CE. RGB value is (166,136,206). Sum of RGB (Red+Green+Blue) = 166+136+206=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A688CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CE is #597731. Grayscale: #989898. Windows color (decimal): -5863218 or 13535398. OLE color: 13535398.

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

Color convert

RGB166136206-
CMYK0.190.3400.19
HSL265.71º41.67%67.06%-
HSV(B)265.71º33.98%80.78%-
XYZ35.6730.1762.34-
YUV152.95157.94137.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=32.68%
G=26.77%
B=40.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661362060.190.3400.19265.7141.6767.06
HexA688CE132201310a2a43
Octal246210316234202341252103
Binary101001101000100011001110100111000100100111000010101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688CE; }

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

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

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

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

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

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

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

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