Html Css Color HEX #AD97BC East Side

📋 copy color: '#AD97BC'

red 173 ◦ green 151 ◦ blue 188

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

Shades of East Side #AD97BC

Tints of East Side #AD97BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 33.79%
G = 29.49%
B = 36.72%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD97BC (or 0xAD97BC) is known color: East Side. HEX triplet: AD, 97 and BC. RGB value is (173,151,188). Sum of RGB (Red+Green+Blue) = 173+151+188=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD97BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97BC is #526843. Grayscale: #A1A1A1. Windows color (decimal): -5400644 or 12359597. OLE color: 12359597.

HSL color Cylindrical-coordinate representation of color #AD97BC: hue angle of 275.68º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD97BC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 151 188 -
CMYK 0.08 0.20 0 0.26
HSL 275.68º 0.22% 0.66% -
HSV(B) 275.68º 0.2% 0.74% -
XYZ 37.38 34.65 52.29 -
YUV 161.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 173 151 188 0.08 0.20 0 0.26 275.68 0.22 0.66
Hex AD 97 BC 8 14 0 1A 114 16 42
Octal 255 227 274 10 24 0 32 424 26 102
Binary 10101101 10010111 10111100 1000 10100 0 11010 100010100 10110 1000010

Color Harmonies of #AD97BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97BC

Black with #AD97BC

Text Example


Text Example

White with #AD97BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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