#A182CB

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

Shades of Cold Purple #A182CB

Tints of Cold Purple #A182CB

Color information

#A182CB (or 0xA182CB) is unknown color: approx Cold Purple. HEX triplet: A1, 82 and CB. RGB value is (161,130,203). Sum of RGB (Red+Green+Blue) = 161+130+203=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #A182CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182CB is #5E7D34. Grayscale: #939393. Windows color (decimal): -6192437 or 13337249. OLE color: 13337249.

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

Color convert

RGB161130203-
CMYK0.210.3600.20
HSL265.48º41.24%65.29%-
HSV(B)265.48º35.96%79.61%-
XYZ33.4627.8560.11-
YUV147.59159.27137.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=32.59%
G=26.32%
B=41.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611302030.210.3600.20265.4841.2465.29
HexA182CB15240141092941
Octal241202313254402441151101
Binary101000011000001011001011101011001000101001000010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A182CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A182CB; }

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

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

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

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

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

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

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

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