#A581D1

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

Shades of Cold Purple #A581D1

Tints of Cold Purple #A581D1

Color information

#A581D1 (or 0xA581D1) is unknown color: approx Cold Purple. HEX triplet: A5, 81 and D1. RGB value is (165,129,209). Sum of RGB (Red+Green+Blue) = 165+129+209=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #A581D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581D1 is #5A7E2E. Grayscale: #949494. Windows color (decimal): -5930543 or 13730213. OLE color: 13730213.

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

Color convert

RGB165129209-
CMYK0.210.3800.18
HSL267º46.51%66.27%-
HSV(B)267º38.28%81.96%-
XYZ34.8828.363.95-
YUV148.88161.93139.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=32.80%
G=25.65%
B=41.55%

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
Decimal1651292090.210.3800.1826746.5166.27
HexA581D1152601210b2f42
Octal245201321254602241357102
Binary101001011000000111010001101011001100100101000010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581D1; }

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

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

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

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

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

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

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

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