#A586D1

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

Shades of Cold Purple #A586D1

Tints of Cold Purple #A586D1

Color information

#A586D1 (or 0xA586D1) is unknown color: approx Cold Purple. HEX triplet: A5, 86 and D1. RGB value is (165,134,209). Sum of RGB (Red+Green+Blue) = 165+134+209=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #A586D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586D1 is #5A792E. Grayscale: #979797. Windows color (decimal): -5929263 or 13731493. OLE color: 13731493.

HSL color Cylindrical-coordinate representation of color #A586D1: hue angle of 264.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A586D1 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165134209-
CMYK0.210.3600.18
HSL264.8º44.91%67.25%-
HSV(B)264.8º35.89%81.96%-
XYZ35.5529.6564.17-
YUV151.82160.27137.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=32.48%
G=26.38%
B=41.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651342090.210.3600.18264.844.9167.25
HexA586D115240121092d43
Octal245206321254402241155103
Binary101001011000011011010001101011001000100101000010011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586D1; }

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

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

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

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

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

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

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

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