#A587CC

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

Shades of Cold Purple #A587CC

Tints of Cold Purple #A587CC

Color information

#A587CC (or 0xA587CC) is unknown color: approx Cold Purple. HEX triplet: A5, 87 and CC. RGB value is (165,135,204). Sum of RGB (Red+Green+Blue) = 165+135+204=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A587CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587CC is #5A7833. Grayscale: #979797. Windows color (decimal): -5929012 or 13404069. OLE color: 13404069.

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

Color convert

RGB165135204-
CMYK0.190.3400.2
HSL266.09º40.35%66.47%-
HSV(B)266.09º33.82%80%-
XYZ35.0829.6961.01-
YUV151.84157.44137.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=32.74%
G=26.79%
B=40.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651352040.190.3400.2266.0940.3566.47
HexA587CC132201410a2842
Octal245207314234202441250102
Binary101001011000011111001100100111000100101001000010101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A587CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A587CC; }

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

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

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

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

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

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

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

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