#A192AD

Color #A192AD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A192AD

Tints of East Side #A192AD

Color information

#A192AD (or 0xA192AD) is unknown color: approx East Side. HEX triplet: A1, 92 and AD. RGB value is (161,146,173). Sum of RGB (Red+Green+Blue) = 161+146+173=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #A192AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A192AD is #5E6D52. Grayscale: #999999. Windows color (decimal): -6188371 or 11375265. OLE color: 11375265.

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

Color convert

RGB161146173-
CMYK0.070.1600.32
HSL273.33º14.14%62.55%-
HSV(B)273.33º15.61%67.84%-
XYZ32.5231.1543.83-
YUV153.56138.97133.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=33.54%
G=30.42%
B=36.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611461730.070.1600.32273.3314.1462.55
HexA192AD710020111e3f
Octal2412222557200404211677
Binary1010000110010010101011011111000001000001000100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A192AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A192AD; }

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

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

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

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

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

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

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

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