Html Css Color HEX #A999BB East Side

📋 copy color: '#A999BB'

red 169 ◦ green 153 ◦ blue 187

#A999BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A999BB

Tints of East Side #A999BB

RGB

 RED value IS 169 (66.41% from 255) = 33.2%

 GREEN value IS 153 (60.16% from 255) = 30.06%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 33.2%
G = 30.06%
B = 36.74%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A999BB (or 0xA999BB) is known color: East Side. HEX triplet: A9, 99 and BB. RGB value is (169,153,187). Sum of RGB (Red+Green+Blue) = 169+153+187=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A999BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BB is #566644. Grayscale: #A1A1A1. Windows color (decimal): -5662277 or 12294569. OLE color: 12294569.

HSL color Cylindrical-coordinate representation of color #A999BB: hue angle of 268.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A999BB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 153 187 -
CMYK 0.10 0.18 0 0.27
HSL 268.24º 0.2% 0.67% -
HSV(B) 268.24º 0.18% 0.73% -
XYZ 36.72 34.81 51.8 -
YUV 161.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 169 153 187 0.10 0.18 0 0.27 268.24 0.2 0.67
Hex A9 99 BB A 12 0 1B 10C 14 43
Octal 251 231 273 12 22 0 33 414 24 103
Binary 10101001 10011001 10111011 1010 10010 0 11011 100001100 10100 1000011

Color Harmonies of #A999BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999BB

Black with #A999BB

Text Example


Text Example

White with #A999BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999BB; }

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

 H1.HeaderClassName
 {
   color: #A999BB;
 }
 .AnyTagClassName
 {
   color: #A999BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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