#A582D0

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

Shades of Cold Purple #A582D0

Tints of Cold Purple #A582D0

Color information

#A582D0 (or 0xA582D0) is unknown color: approx Cold Purple. HEX triplet: A5, 82 and D0. RGB value is (165,130,208). Sum of RGB (Red+Green+Blue) = 165+130+208=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #A582D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582D0 is #5A7D2F. Grayscale: #959595. Windows color (decimal): -5930288 or 13664933. OLE color: 13664933.

HSL color Cylindrical-coordinate representation of color #A582D0: hue angle of 266.92º degrees, saturation: 0.45, 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 #A582D0 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165130208-
CMYK0.210.3800.18
HSL266.92º45.35%66.27%-
HSV(B)266.92º37.5%81.57%-
XYZ34.8828.5263.34-
YUV149.36161.1139.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=32.80%
G=25.84%
B=41.35%

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
Decimal1651302080.210.3800.18266.9245.3566.27
HexA582D0152601210b2d42
Octal245202320254602241355102
Binary101001011000001011010000101011001100100101000010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582D0; }

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

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

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

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

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

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

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

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