#A192B2

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

Shades of Cold Purple #A192B2

Tints of Cold Purple #A192B2

Color information

#A192B2 (or 0xA192B2) is unknown color: approx Cold Purple. HEX triplet: A1, 92 and B2. RGB value is (161,146,178). Sum of RGB (Red+Green+Blue) = 161+146+178=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #A192B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A192B2 is #5E6D4D. Grayscale: #9A9A9A. Windows color (decimal): -6188366 or 11702945. OLE color: 11702945.

HSL color Cylindrical-coordinate representation of color #A192B2: hue angle of 268.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A192B2 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161146178-
CMYK0.100.1800.30
HSL268.12º17.2%63.53%-
HSV(B)268.12º17.98%69.8%-
XYZ33.0131.3546.43-
YUV154.13141.47132.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=33.20%
G=30.10%
B=36.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611461780.100.1800.30268.1217.263.53
HexA192B2A1201E10c1140
Octal241222262122203641421100
Binary101000011001001010110010101010010011110100001100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192B2; }

 p { color: rgb(161,146,178); }

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

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

 a { background-color: rgb(161,146,178); }

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

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

 span { border-color: rgb(161,146,178); }

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