#A688CF

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

Shades of Cold Purple #A688CF

Tints of Cold Purple #A688CF

Color information

#A688CF (or 0xA688CF) is unknown color: approx Cold Purple. HEX triplet: A6, 88 and CF. RGB value is (166,136,207). Sum of RGB (Red+Green+Blue) = 166+136+207=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #A688CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CF is #597730. Grayscale: #989898. Windows color (decimal): -5863217 or 13600934. OLE color: 13600934.

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

Color convert

RGB166136207-
CMYK0.200.3400.19
HSL265.35º42.51%67.25%-
HSV(B)265.35º34.3%81.18%-
XYZ35.7930.2262.98-
YUV153.06158.44137.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=32.61%
G=26.72%
B=40.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661362070.200.3400.19265.3542.5167.25
HexA688CF14220131092b43
Octal246210317244202341153103
Binary101001101000100011001111101001000100100111000010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688CF; }

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

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

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

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

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

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

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

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