#A492AD

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

Shades of East Side #A492AD

Tints of East Side #A492AD

Color information

#A492AD (or 0xA492AD) is unknown color: approx East Side. HEX triplet: A4, 92 and AD. RGB value is (164,146,173). Sum of RGB (Red+Green+Blue) = 164+146+173=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A492AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492AD is #5B6D52. Grayscale: #9A9A9A. Windows color (decimal): -5991763 or 11375268. OLE color: 11375268.

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

Color convert

RGB164146173-
CMYK0.050.1600.32
HSL280º14.14%62.55%-
HSV(B)280º15.61%67.84%-
XYZ33.1331.4743.86-
YUV154.46138.46134.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=33.95%
G=30.23%
B=35.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641461730.050.1600.3228014.1462.55
HexA492AD510020118e3f
Octal2442222555200404301677
Binary1010010010010010101011011011000001000001000110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492AD; }

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

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

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

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

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

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

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

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