#A581CE

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

Shades of Cold Purple #A581CE

Tints of Cold Purple #A581CE

Color information

#A581CE (or 0xA581CE) is unknown color: approx Cold Purple. HEX triplet: A5, 81 and CE. RGB value is (165,129,206). Sum of RGB (Red+Green+Blue) = 165+129+206=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A581CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581CE is #5A7E31. Grayscale: #949494. Windows color (decimal): -5930546 or 13533605. OLE color: 13533605.

HSL color Cylindrical-coordinate representation of color #A581CE: hue angle of 268.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A581CE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165129206-
CMYK0.200.3700.19
HSL268.05º44%65.69%-
HSV(B)268.05º37.38%80.78%-
XYZ34.5128.1662.01-
YUV148.54160.43139.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=33%
G=25.8%
B=41.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651292060.200.3700.19268.054465.69
HexA581CE142501310c2c42
Octal245201316244502341454102
Binary101001011000000111001110101001001010100111000011001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581CE; }

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

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

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

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

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

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

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

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