#A892BA

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

Shades of East Side #A892BA

Tints of East Side #A892BA

Color information

#A892BA (or 0xA892BA) is unknown color: approx East Side. HEX triplet: A8, 92 and BA. RGB value is (168,146,186). Sum of RGB (Red+Green+Blue) = 168+146+186=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #A892BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892BA is #576D45. Grayscale: #9D9D9D. Windows color (decimal): -5729606 or 12227240. OLE color: 12227240.

HSL color Cylindrical-coordinate representation of color #A892BA: hue angle of 273º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A892BA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168146186-
CMYK0.100.2200.27
HSL273º22.47%65.1%-
HSV(B)273º21.51%72.94%-
XYZ35.2932.4350.85-
YUV157.14144.29135.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=33.6%
G=29.2%
B=37.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681461860.100.2200.2727322.4765.1
HexA892BAA1601B1111641
Octal250222272122603342126101
Binary101010001001001010111010101010110011011100010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892BA; }

 p { color: rgb(168,146,186); }

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

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

 a { background-color: rgb(168,146,186); }

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

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

 span { border-color: rgb(168,146,186); }

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