#A181CA

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

Shades of Cold Purple #A181CA

Tints of Cold Purple #A181CA

Color information

#A181CA (or 0xA181CA) is unknown color: approx Cold Purple. HEX triplet: A1, 81 and CA. RGB value is (161,129,202). Sum of RGB (Red+Green+Blue) = 161+129+202=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A181CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A181CA is #5E7E35. Grayscale: #929292. Windows color (decimal): -6192694 or 13271457. OLE color: 13271457.

HSL color Cylindrical-coordinate representation of color #A181CA: hue angle of 266.3º 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 #A181CA is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161129202-
CMYK0.200.3600.21
HSL266.3º40.78%64.9%-
HSV(B)266.3º36.14%79.22%-
XYZ33.2127.5459.44-
YUV146.89159.1138.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=32.72%
G=26.22%
B=41.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611292020.200.3600.21266.340.7864.9
HexA181CA142401510a2941
Octal241201312244402541251101
Binary101000011000000111001010101001001000101011000010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A181CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A181CA; }

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

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

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

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

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

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

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

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