Html Css Color HEX #AD9ABB East Side

📋 copy color: '#AD9ABB'

red 173 ◦ green 154 ◦ blue 187

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

Shades of East Side #AD9ABB

Tints of East Side #AD9ABB

RGB

 RED value IS 173 (67.97% from 255) = 33.66%

 GREEN value IS 154 (60.55% from 255) = 29.96%

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

R = 33.66%
G = 29.96%
B = 36.38%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD9ABB (or 0xAD9ABB) is known color: East Side. HEX triplet: AD, 9A and BB. RGB value is (173,154,187). Sum of RGB (Red+Green+Blue) = 173+154+187=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD9ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ABB is #526544. Grayscale: #A3A3A3. Windows color (decimal): -5399877 or 12294829. OLE color: 12294829.

HSL color Cylindrical-coordinate representation of color #AD9ABB: hue angle of 274.55º 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 #AD9ABB is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 154 187 -
CMYK 0.07 0.18 0 0.27
HSL 274.55º 0.2% 0.67% -
HSV(B) 274.55º 0.18% 0.73% -
XYZ 37.76 35.58 51.89 -
YUV 163.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 173 154 187 0.07 0.18 0 0.27 274.55 0.2 0.67
Hex AD 9A BB 7 12 0 1B 113 14 43
Octal 255 232 273 7 22 0 33 423 24 103
Binary 10101101 10011010 10111011 111 10010 0 11011 100010011 10100 1000011

Color Harmonies of #AD9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9ABB

Black with #AD9ABB

Text Example


Text Example

White with #AD9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9ABB; }

 p { color: rgb(173,154,187); }

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

background-color css

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

 a { background-color: rgb(173,154,187); }

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

border-color css

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

 span { border-color: rgb(173,154,187); }

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