#A688CD

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

Shades of Cold Purple #A688CD

Tints of Cold Purple #A688CD

Color information

#A688CD (or 0xA688CD) is unknown color: approx Cold Purple. HEX triplet: A6, 88 and CD. RGB value is (166,136,205). Sum of RGB (Red+Green+Blue) = 166+136+205=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A688CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688CD is #597732. Grayscale: #989898. Windows color (decimal): -5863219 or 13469862. OLE color: 13469862.

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

Color convert

RGB166136205-
CMYK0.190.3400.20
HSL266.09º40.83%66.86%-
HSV(B)266.09º33.66%80.39%-
XYZ35.5530.1261.7-
YUV152.84157.44137.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=32.74%
G=26.82%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661362050.190.3400.20266.0940.8366.86
HexA688CD132201410a2943
Octal246210315234202441251103
Binary101001101000100011001101100111000100101001000010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688CD; }

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

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

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

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

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

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

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

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