#A587CB

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

Shades of Cold Purple #A587CB

Tints of Cold Purple #A587CB

Color information

#A587CB (or 0xA587CB) is unknown color: approx Cold Purple. HEX triplet: A5, 87 and CB. RGB value is (165,135,203). Sum of RGB (Red+Green+Blue) = 165+135+203=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 135 (53.12% from 255 or 26.84% 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 #A587CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587CB is #5A7834. Grayscale: #979797. Windows color (decimal): -5929013 or 13338533. OLE color: 13338533.

HSL color Cylindrical-coordinate representation of color #A587CB: hue angle of 266.47º 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 #A587CB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165135203-
CMYK0.190.3300.20
HSL266.47º39.53%66.27%-
HSV(B)266.47º33.5%79.61%-
XYZ34.9629.6460.38-
YUV151.72156.94137.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=32.80%
G=26.84%
B=40.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651352030.190.3300.20266.4739.5366.27
HexA587CB132101410a2842
Octal245207313234102441250102
Binary101001011000011111001011100111000010101001000010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A587CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A587CB; }

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

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

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

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

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

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

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

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