#A687CF

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

Shades of Cold Purple #A687CF

Tints of Cold Purple #A687CF

Color information

#A687CF (or 0xA687CF) is unknown color: approx Cold Purple. HEX triplet: A6, 87 and CF. RGB value is (166,135,207). Sum of RGB (Red+Green+Blue) = 166+135+207=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #A687CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687CF is #597830. Grayscale: #989898. Windows color (decimal): -5863473 or 13600678. OLE color: 13600678.

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

Color convert

RGB166135207-
CMYK0.200.3500.19
HSL265.83º42.86%67.06%-
HSV(B)265.83º34.78%81.18%-
XYZ35.6529.9462.93-
YUV152.48158.77137.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.68%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=32.68%
G=26.57%
B=40.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661352070.200.3500.19265.8342.8667.06
HexA687CF142301310a2b43
Octal246207317244302341253103
Binary101001101000011111001111101001000110100111000010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A687CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A687CF; }

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

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

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

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

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

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

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

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