#A581CA

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

Shades of Cold Purple #A581CA

Tints of Cold Purple #A581CA

Color information

#A581CA (or 0xA581CA) is unknown color: approx Cold Purple. HEX triplet: A5, 81 and CA. RGB value is (165,129,202). Sum of RGB (Red+Green+Blue) = 165+129+202=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #A581CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581CA is #5A7E35. Grayscale: #939393. Windows color (decimal): -5930550 or 13271461. OLE color: 13271461.

HSL color Cylindrical-coordinate representation of color #A581CA: hue angle of 269.59º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A581CA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165129202-
CMYK0.180.3600.21
HSL269.59º40.78%64.9%-
HSV(B)269.59º36.14%79.22%-
XYZ34.0327.9659.48-
YUV148.09158.43140.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=33.27%
G=26.01%
B=40.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651292020.180.3600.21269.5940.7864.9
HexA581CA122401510e2941
Octal245201312224402541651101
Binary101001011000000111001010100101001000101011000011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581CA; }

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

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

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

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

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

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

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

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