Html Css Color HEX #AD88BF East Side

📋 copy color: '#AD88BF'

red 173 ◦ green 136 ◦ blue 191

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

Shades of East Side #AD88BF

Tints of East Side #AD88BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.2%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 34.6%
G = 27.2%
B = 38.2%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD88BF (or 0xAD88BF) is known color: East Side. HEX triplet: AD, 88 and BF. RGB value is (173,136,191). Sum of RGB (Red+Green+Blue) = 173+136+191=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88BF is #527740. Grayscale: #999999. Windows color (decimal): -5404481 or 12552365. OLE color: 12552365.

HSL color Cylindrical-coordinate representation of color #AD88BF: hue angle of 280.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD88BF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 136 191 -
CMYK 0.09 0.29 0 0.25
HSL 280.36º 0.3% 0.64% -
HSV(B) 280.36º 0.29% 0.75% -
XYZ 35.44 30.25 53.26 -
YUV 153.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 173 136 191 0.09 0.29 0 0.25 280.36 0.3 0.64
Hex AD 88 BF 9 1D 0 19 118 1E 40
Octal 255 210 277 11 35 0 31 430 36 100
Binary 10101101 10001000 10111111 1001 11101 0 11001 100011000 11110 1000000

Color Harmonies of #AD88BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88BF

Black with #AD88BF

Text Example


Text Example

White with #AD88BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88BF; }

 p { color: rgb(173,136,191); }

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

background-color css

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

 a { background-color: rgb(173,136,191); }

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

border-color css

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

 span { border-color: rgb(173,136,191); }

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