Html Css Color HEX #AD89BF East Side

📋 copy color: '#AD89BF'

red 173 ◦ green 137 ◦ blue 191

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

Shades of East Side #AD89BF

Tints of East Side #AD89BF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.35%

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

R = 34.53%
G = 27.35%
B = 38.12%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD89BF (or 0xAD89BF) is known color: East Side. HEX triplet: AD, 89 and BF. RGB value is (173,137,191). Sum of RGB (Red+Green+Blue) = 173+137+191=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD89BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89BF is #527640. Grayscale: #999999. Windows color (decimal): -5404225 or 12552621. OLE color: 12552621.

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

Color convert

RGB 173 137 191 -
CMYK 0.09 0.28 0 0.25
HSL 280º 0.3% 0.64% -
HSV(B) 280º 0.28% 0.75% -
XYZ 35.58 30.54 53.31 -
YUV 153.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 173 137 191 0.09 0.28 0 0.25 280 0.3 0.64
Hex AD 89 BF 9 1C 0 19 118 1E 40
Octal 255 211 277 11 34 0 31 430 36 100
Binary 10101101 10001001 10111111 1001 11100 0 11001 100011000 11110 1000000

Color Harmonies of #AD89BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89BF

Black with #AD89BF

Text Example


Text Example

White with #AD89BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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