#A687CB

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

Shades of Cold Purple #A687CB

Tints of Cold Purple #A687CB

Color information

#A687CB (or 0xA687CB) is unknown color: approx Cold Purple. HEX triplet: A6, 87 and CB. RGB value is (166,135,203). Sum of RGB (Red+Green+Blue) = 166+135+203=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #A687CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687CB is #597834. Grayscale: #979797. Windows color (decimal): -5863477 or 13338534. OLE color: 13338534.

HSL color Cylindrical-coordinate representation of color #A687CB: hue angle of 267.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A687CB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166135203-
CMYK0.180.3300.20
HSL267.35º39.53%66.27%-
HSV(B)267.35º33.5%79.61%-
XYZ35.1729.7560.39-
YUV152.02156.77137.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=32.94%
G=26.79%
B=40.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661352030.180.3300.20267.3539.5366.27
HexA687CB122101410b2842
Octal246207313224102441350102
Binary101001101000011111001011100101000010101001000010111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A687CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A687CB; }

 p { color: rgb(166,135,203); }

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

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

 a { background-color: rgb(166,135,203); }

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

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

 span { border-color: rgb(166,135,203); }

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