#A580CD

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

Shades of Cold Purple #A580CD

Tints of Cold Purple #A580CD

Color information

#A580CD (or 0xA580CD) is unknown color: approx Cold Purple. HEX triplet: A5, 80 and CD. RGB value is (165,128,205). Sum of RGB (Red+Green+Blue) = 165+128+205=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A580CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580CD is #5A7F32. Grayscale: #939393. Windows color (decimal): -5930803 or 13467813. OLE color: 13467813.

HSL color Cylindrical-coordinate representation of color #A580CD: hue angle of 268.83º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A580CD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165128205-
CMYK0.200.3800.20
HSL268.83º43.5%65.29%-
HSV(B)268.83º37.56%80.39%-
XYZ34.2627.8561.33-
YUV147.84160.26140.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=33.13%
G=25.70%
B=41.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651282050.200.3800.20268.8343.565.29
HexA580CD142601410d2c41
Octal245200315244602441554101
Binary101001011000000011001101101001001100101001000011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580CD; }

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

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

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

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

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

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

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

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