#A582D1

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

Shades of Cold Purple #A582D1

Tints of Cold Purple #A582D1

Color information

#A582D1 (or 0xA582D1) is unknown color: approx Cold Purple. HEX triplet: A5, 82 and D1. RGB value is (165,130,209). Sum of RGB (Red+Green+Blue) = 165+130+209=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #A582D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582D1 is #5A7D2E. Grayscale: #959595. Windows color (decimal): -5930287 or 13730469. OLE color: 13730469.

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

Color convert

RGB165130209-
CMYK0.210.3800.18
HSL266.58º46.2%66.47%-
HSV(B)266.58º37.8%81.96%-
XYZ35.0128.5763.99-
YUV149.47161.6139.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=32.74%
G=25.79%
B=41.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651302090.210.3800.18266.5846.266.47
HexA582D1152601210b2e42
Octal245202321254602241356102
Binary101001011000001011010001101011001100100101000010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582D1; }

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

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

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

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

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

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

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

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