#A580D5

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

Shades of Cold Purple #A580D5

Tints of Cold Purple #A580D5

Color information

#A580D5 (or 0xA580D5) is unknown color: approx Cold Purple. HEX triplet: A5, 80 and D5. RGB value is (165,128,213). Sum of RGB (Red+Green+Blue) = 165+128+213=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #A580D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580D5 is #5A7F2A. Grayscale: #949494. Windows color (decimal): -5930795 or 13992101. OLE color: 13992101.

HSL color Cylindrical-coordinate representation of color #A580D5: hue angle of 266.12º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A580D5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165128213-
CMYK0.230.4000.16
HSL266.12º50.3%66.86%-
HSV(B)266.12º39.91%83.53%-
XYZ35.2528.2466.54-
YUV148.75164.26139.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=32.61%
G=25.30%
B=42.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651282130.230.4000.16266.1250.366.86
HexA580D5172801010a3243
Octal245200325275002041262103
Binary101001011000000011010101101111010000100001000010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580D5; }

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

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

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

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

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

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

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

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