Html Css Color HEX #AD97BB East Side

📋 copy color: '#AD97BB'

red 173 ◦ green 151 ◦ blue 187

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

Shades of East Side #AD97BB

Tints of East Side #AD97BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.55%

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

R = 33.86%
G = 29.55%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD97BB (or 0xAD97BB) is known color: East Side. HEX triplet: AD, 97 and BB. RGB value is (173,151,187). Sum of RGB (Red+Green+Blue) = 173+151+187=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD97BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97BB is #526844. Grayscale: #A1A1A1. Windows color (decimal): -5400645 or 12294061. OLE color: 12294061.

HSL color Cylindrical-coordinate representation of color #AD97BB: hue angle of 276.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD97BB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 151 187 -
CMYK 0.07 0.19 0 0.27
HSL 276.67º 0.21% 0.66% -
HSV(B) 276.67º 0.19% 0.73% -
XYZ 37.27 34.61 51.73 -
YUV 161.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 173 151 187 0.07 0.19 0 0.27 276.67 0.21 0.66
Hex AD 97 BB 7 13 0 1B 115 15 42
Octal 255 227 273 7 23 0 33 425 25 102
Binary 10101101 10010111 10111011 111 10011 0 11011 100010101 10101 1000010

Color Harmonies of #AD97BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97BB

Black with #AD97BB

Text Example


Text Example

White with #AD97BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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