#A991BB

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

Shades of East Side #A991BB

Tints of East Side #A991BB

Color information

#A991BB (or 0xA991BB) is unknown color: approx East Side. HEX triplet: A9, 91 and BB. RGB value is (169,145,187). Sum of RGB (Red+Green+Blue) = 169+145+187=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 145 (57.03% from 255 or 28.94% 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 #A991BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991BB is #566E44. Grayscale: #9C9C9C. Windows color (decimal): -5664325 or 12292521. OLE color: 12292521.

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

Color convert

RGB169145187-
CMYK0.100.2200.27
HSL274.29º23.6%65.1%-
HSV(B)274.29º22.46%73.33%-
XYZ35.4632.2751.37-
YUV156.96144.95136.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=33.73%
G=28.94%
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
Decimal1691451870.100.2200.27274.2923.665.1
HexA991BBA1601B1121841
Octal251221273122603342230101
Binary101010011001000110111011101010110011011100010010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991BB; }

 p { color: rgb(169,145,187); }

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

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

 a { background-color: rgb(169,145,187); }

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

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

 span { border-color: rgb(169,145,187); }

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