#A586CA

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

Shades of Cold Purple #A586CA

Tints of Cold Purple #A586CA

Color information

#A586CA (or 0xA586CA) is unknown color: approx Cold Purple. HEX triplet: A5, 86 and CA. RGB value is (165,134,202). Sum of RGB (Red+Green+Blue) = 165+134+202=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A586CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586CA is #5A7935. Grayscale: #969696. Windows color (decimal): -5929270 or 13272741. OLE color: 13272741.

HSL color Cylindrical-coordinate representation of color #A586CA: hue angle of 267.35º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A586CA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165134202-
CMYK0.180.3400.21
HSL267.35º39.08%65.88%-
HSV(B)267.35º33.66%79.22%-
XYZ34.729.3159.71-
YUV151.02156.77137.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=32.93%
G=26.75%
B=40.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651342020.180.3400.21267.3539.0865.88
HexA586CA122201510b2742
Octal245206312224202541347102
Binary101001011000011011001010100101000100101011000010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586CA; }

 p { color: rgb(165,134,202); }

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

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

 a { background-color: rgb(165,134,202); }

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

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

 span { border-color: rgb(165,134,202); }

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