#A581CC

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

Shades of Cold Purple #A581CC

Tints of Cold Purple #A581CC

Color information

#A581CC (or 0xA581CC) is unknown color: approx Cold Purple. HEX triplet: A5, 81 and CC. RGB value is (165,129,204). Sum of RGB (Red+Green+Blue) = 165+129+204=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A581CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581CC is #5A7E33. Grayscale: #949494. Windows color (decimal): -5930548 or 13402533. OLE color: 13402533.

HSL color Cylindrical-coordinate representation of color #A581CC: hue angle of 268.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A581CC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165129204-
CMYK0.190.3700.2
HSL268.8º42.37%65.29%-
HSV(B)268.8º36.76%80%-
XYZ34.2728.0660.74-
YUV148.31159.43139.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=33.13%
G=25.90%
B=40.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651292040.190.3700.2268.842.3765.29
HexA581CC132501410d2a41
Octal245201314234502441552101
Binary101001011000000111001100100111001010101001000011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581CC; }

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

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

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

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

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

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

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

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