#A587CD

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

Shades of Cold Purple #A587CD

Tints of Cold Purple #A587CD

Color information

#A587CD (or 0xA587CD) is unknown color: approx Cold Purple. HEX triplet: A5, 87 and CD. RGB value is (165,135,205). Sum of RGB (Red+Green+Blue) = 165+135+205=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A587CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587CD is #5A7832. Grayscale: #979797. Windows color (decimal): -5929011 or 13469605. OLE color: 13469605.

HSL color Cylindrical-coordinate representation of color #A587CD: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A587CD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165135205-
CMYK0.200.3400.20
HSL265.71º41.18%66.67%-
HSV(B)265.71º34.15%80.39%-
XYZ35.229.7461.64-
YUV151.95157.94137.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=32.67%
G=26.73%
B=40.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651352050.200.3400.20265.7141.1866.67
HexA587CD142201410a2943
Octal245207315244202441251103
Binary101001011000011111001101101001000100101001000010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A587CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A587CD; }

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

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

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

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

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

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

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

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