#A182CA

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

Shades of Cold Purple #A182CA

Tints of Cold Purple #A182CA

Color information

#A182CA (or 0xA182CA) is unknown color: approx Cold Purple. HEX triplet: A1, 82 and CA. RGB value is (161,130,202). Sum of RGB (Red+Green+Blue) = 161+130+202=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A182CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CA is #5E7D35. Grayscale: #939393. Windows color (decimal): -6192438 or 13271713. OLE color: 13271713.

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

Color convert

RGB161130202-
CMYK0.200.3600.21
HSL265.83º40.45%65.1%-
HSV(B)265.83º35.64%79.22%-
XYZ33.3427.8159.49-
YUV147.48158.77137.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=32.66%
G=26.37%
B=40.97%

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
Decimal1611302020.200.3600.21265.8340.4565.1
HexA182CA142401510a2841
Octal241202312244402541250101
Binary101000011000001011001010101001001000101011000010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182CA; }

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

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

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

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

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

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

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

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