#A892BB

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

Shades of East Side #A892BB

Tints of East Side #A892BB

Color information

#A892BB (or 0xA892BB) is unknown color: approx East Side. HEX triplet: A8, 92 and BB. RGB value is (168,146,187). Sum of RGB (Red+Green+Blue) = 168+146+187=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #A892BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892BB is #576D44. Grayscale: #9D9D9D. Windows color (decimal): -5729605 or 12292776. OLE color: 12292776.

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

Color convert

RGB168146187-
CMYK0.100.2200.27
HSL272.2º23.16%65.29%-
HSV(B)272.2º21.93%73.33%-
XYZ35.432.4751.42-
YUV157.25144.79135.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=33.53%
G=29.14%
B=37.33%

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
Decimal1681461870.100.2200.27272.223.1665.29
HexA892BBA1601B1101741
Octal250222273122603342027101
Binary101010001001001010111011101010110011011100010000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892BB; }

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

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

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

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

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

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

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

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