#A991B8

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

Shades of East Side #A991B8

Tints of East Side #A991B8

Color information

#A991B8 (or 0xA991B8) is unknown color: approx East Side. HEX triplet: A9, 91 and B8. RGB value is (169,145,184). Sum of RGB (Red+Green+Blue) = 169+145+184=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 184 - color contains mainly: blue. Hex color #A991B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991B8 is #566E47. Grayscale: #9C9C9C. Windows color (decimal): -5664328 or 12095913. OLE color: 12095913.

HSL color Cylindrical-coordinate representation of color #A991B8: hue angle of 276.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A991B8 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169145184-
CMYK0.080.2100.28
HSL276.92º21.55%64.51%-
HSV(B)276.92º21.2%72.16%-
XYZ35.1432.1549.7-
YUV156.62143.45136.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 184 (72.27% from 255) = 36.95%
R=33.94%
G=29.12%
B=36.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691451840.080.2100.28276.9221.5564.51
HexA991B881501C1151641
Octal251221270102503442526101
Binary101010011001000110111000100010101011100100010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991B8; }

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

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

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

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

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

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

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

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