#A182C0

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

Shades of Cold Purple #A182C0

Tints of Cold Purple #A182C0

Color information

#A182C0 (or 0xA182C0) is unknown color: approx Cold Purple. HEX triplet: A1, 82 and C0. RGB value is (161,130,192). Sum of RGB (Red+Green+Blue) = 161+130+192=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #A182C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182C0 is #5E7D3F. Grayscale: #929292. Windows color (decimal): -6192448 or 12616353. OLE color: 12616353.

HSL color Cylindrical-coordinate representation of color #A182C0: hue angle of 270º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A182C0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161130192-
CMYK0.160.3200.25
HSL270º32.98%63.14%-
HSV(B)270º32.29%75.29%-
XYZ32.227.3553.45-
YUV146.34153.77138.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=33.33%
G=26.92%
B=39.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611301920.160.3200.2527032.9863.14
HexA182C0102001910e213f
Octal24120230020400314164177
Binary10100001100000101100000010000100000011001100001110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182C0; }

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

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

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

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

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

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

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

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