#A686CB

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

Shades of Cold Purple #A686CB

Tints of Cold Purple #A686CB

Color information

#A686CB (or 0xA686CB) is unknown color: approx Cold Purple. HEX triplet: A6, 86 and CB. RGB value is (166,134,203). Sum of RGB (Red+Green+Blue) = 166+134+203=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #A686CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A686CB is #597934. Grayscale: #979797. Windows color (decimal): -5863733 or 13338278. OLE color: 13338278.

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

Color convert

RGB166134203-
CMYK0.180.3400.20
HSL267.83º39.88%66.08%-
HSV(B)267.83º33.99%79.61%-
XYZ35.0329.4760.34-
YUV151.43157.1138.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=33.00%
G=26.64%
B=40.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661342030.180.3400.20267.8339.8866.08
HexA686CB122201410c2842
Octal246206313224202441450102
Binary101001101000011011001011100101000100101001000011001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A686CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A686CB; }

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

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

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

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

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

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

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

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