#A392AD

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

Shades of East Side #A392AD

Tints of East Side #A392AD

Color information

#A392AD (or 0xA392AD) is unknown color: approx East Side. HEX triplet: A3, 92 and AD. RGB value is (163,146,173). Sum of RGB (Red+Green+Blue) = 163+146+173=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #A392AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A392AD is #5C6D52. Grayscale: #9A9A9A. Windows color (decimal): -6057299 or 11375267. OLE color: 11375267.

HSL color Cylindrical-coordinate representation of color #A392AD: hue angle of 277.78º 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 #A392AD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163146173-
CMYK0.060.1600.32
HSL277.78º14.14%62.55%-
HSV(B)277.78º15.61%67.84%-
XYZ32.9331.3643.85-
YUV154.16138.63134.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=33.82%
G=30.29%
B=35.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631461730.060.1600.32277.7814.1462.55
HexA392AD610020116e3f
Octal2432222556200404261677
Binary1010001110010010101011011101000001000001000101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392AD; }

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

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

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

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

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

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

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

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