Html Css Color HEX #AD97B2 East Side

📋 copy color: '#AD97B2'

red 173 ◦ green 151 ◦ blue 178

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

Shades of East Side #AD97B2

Tints of East Side #AD97B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 34.46%
G = 30.08%
B = 35.46%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD97B2 (or 0xAD97B2) is known color: East Side. HEX triplet: AD, 97 and B2. RGB value is (173,151,178). Sum of RGB (Red+Green+Blue) = 173+151+178=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD97B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97B2 is #52684D. Grayscale: #A0A0A0. Windows color (decimal): -5400654 or 11704237. OLE color: 11704237.

HSL color Cylindrical-coordinate representation of color #AD97B2: hue angle of 288.89º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD97B2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 151 178 -
CMYK 0.03 0.15 0 0.30
HSL 288.89º 0.15% 0.65% -
HSV(B) 288.89º 0.15% 0.7% -
XYZ 36.34 34.23 46.81 -
YUV 160.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 173 151 178 0.03 0.15 0 0.30 288.89 0.15 0.65
Hex AD 97 B2 3 F 0 1E 121 F 41
Octal 255 227 262 3 17 0 36 441 17 101
Binary 10101101 10010111 10110010 11 1111 0 11110 100100001 1111 1000001

Color Harmonies of #AD97B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97B2

Black with #AD97B2

Text Example


Text Example

White with #AD97B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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