#A580D1

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

Shades of Cold Purple #A580D1

Tints of Cold Purple #A580D1

Color information

#A580D1 (or 0xA580D1) is unknown color: approx Cold Purple. HEX triplet: A5, 80 and D1. RGB value is (165,128,209). Sum of RGB (Red+Green+Blue) = 165+128+209=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #A580D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580D1 is #5A7F2E. Grayscale: #949494. Windows color (decimal): -5930799 or 13729957. OLE color: 13729957.

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

Color convert

RGB165128209-
CMYK0.210.3900.18
HSL267.41º46.82%66.08%-
HSV(B)267.41º38.76%81.96%-
XYZ34.7428.0463.9-
YUV148.3162.26139.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 209 (82.03% from 255) = 41.63%
R=32.87%
G=25.50%
B=41.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651282090.210.3900.18267.4146.8266.08
HexA580D1152701210b2f42
Octal245200321254702241357102
Binary101001011000000011010001101011001110100101000010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580D1; }

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

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

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

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

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

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

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

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