#A887CC

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

Shades of Cold Purple #A887CC

Tints of Cold Purple #A887CC

Color information

#A887CC (or 0xA887CC) is unknown color: approx Cold Purple. HEX triplet: A8, 87 and CC. RGB value is (168,135,204). Sum of RGB (Red+Green+Blue) = 168+135+204=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A887CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887CC is #577833. Grayscale: #989898. Windows color (decimal): -5732404 or 13404072. OLE color: 13404072.

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

Color convert

RGB168135204-
CMYK0.180.3400.2
HSL268.7º40.35%66.47%-
HSV(B)268.7º33.82%80%-
XYZ35.7130.0161.04-
YUV152.73156.93138.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 135 (53.12% from 255) = 26.63%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=33.14%
G=26.63%
B=40.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681352040.180.3400.2268.740.3566.47
HexA887CC122201410d2842
Octal250207314224202441550102
Binary101010001000011111001100100101000100101001000011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887CC; }

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

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

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

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

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

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

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

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