#A992BA

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

Shades of East Side #A992BA

Tints of East Side #A992BA

Color information

#A992BA (or 0xA992BA) is unknown color: approx East Side. HEX triplet: A9, 92 and BA. RGB value is (169,146,186). Sum of RGB (Red+Green+Blue) = 169+146+186=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #A992BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992BA is #566D45. Grayscale: #9D9D9D. Windows color (decimal): -5664070 or 12227241. OLE color: 12227241.

HSL color Cylindrical-coordinate representation of color #A992BA: hue angle of 274.5º 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 #A992BA is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169146186-
CMYK0.090.2200.27
HSL274.5º22.47%65.1%-
HSV(B)274.5º21.51%72.94%-
XYZ35.532.5450.86-
YUV157.44144.12136.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=33.73%
G=29.14%
B=37.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691461860.090.2200.27274.522.4765.1
HexA992BA91601B1121641
Octal251222272112603342226101
Binary101010011001001010111010100110110011011100010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992BA; }

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

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

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

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

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

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

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

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