#A992BE

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

Shades of East Side #A992BE

Tints of East Side #A992BE

Color information

#A992BE (or 0xA992BE) is unknown color: approx East Side. HEX triplet: A9, 92 and BE. RGB value is (169,146,190). Sum of RGB (Red+Green+Blue) = 169+146+190=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #A992BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992BE is #566D41. Grayscale: #9D9D9D. Windows color (decimal): -5664066 or 12489385. OLE color: 12489385.

HSL color Cylindrical-coordinate representation of color #A992BE: hue angle of 271.36º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A992BE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169146190-
CMYK0.110.2300.25
HSL271.36º25.29%65.88%-
HSV(B)271.36º23.16%74.51%-
XYZ35.9432.7153.13-
YUV157.89146.12135.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=33.47%
G=28.91%
B=37.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691461900.110.2300.25271.3625.2965.88
HexA992BEB1701910f1942
Octal251222276132703141731102
Binary101010011001001010111110101110111011001100001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992BE; }

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

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

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

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

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

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

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

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