#A887CE

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

Shades of Cold Purple #A887CE

Tints of Cold Purple #A887CE

Color information

#A887CE (or 0xA887CE) is unknown color: approx Cold Purple. HEX triplet: A8, 87 and CE. RGB value is (168,135,206). Sum of RGB (Red+Green+Blue) = 168+135+206=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A887CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887CE is #577831. Grayscale: #989898. Windows color (decimal): -5732402 or 13535144. OLE color: 13535144.

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

Color convert

RGB168135206-
CMYK0.180.3400.19
HSL267.89º42.01%66.86%-
HSV(B)267.89º34.47%80.78%-
XYZ35.9530.1162.31-
YUV152.96157.93138.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=33.01%
G=26.52%
B=40.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681352060.180.3400.19267.8942.0166.86
HexA887CE122201310c2a43
Octal250207316224202341452103
Binary101010001000011111001110100101000100100111000011001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887CE; }

 p { color: rgb(168,135,206); }

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

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

 a { background-color: rgb(168,135,206); }

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

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

 span { border-color: rgb(168,135,206); }

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