Html Css Color HEX #AD89BC East Side

📋 copy color: '#AD89BC'

red 173 ◦ green 137 ◦ blue 188

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

Shades of East Side #AD89BC

Tints of East Side #AD89BC

RGB

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

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

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

R = 34.74%
G = 27.51%
B = 37.75%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD89BC (or 0xAD89BC) is known color: East Side. HEX triplet: AD, 89 and BC. RGB value is (173,137,188). Sum of RGB (Red+Green+Blue) = 173+137+188=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD89BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89BC is #527643. Grayscale: #999999. Windows color (decimal): -5404228 or 12356013. OLE color: 12356013.

HSL color Cylindrical-coordinate representation of color #AD89BC: hue angle of 282.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD89BC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 137 188 -
CMYK 0.08 0.27 0 0.26
HSL 282.35º 0.28% 0.64% -
HSV(B) 282.35º 0.27% 0.74% -
XYZ 35.26 30.41 51.59 -
YUV 153.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 173 137 188 0.08 0.27 0 0.26 282.35 0.28 0.64
Hex AD 89 BC 8 1B 0 1A 11A 1C 40
Octal 255 211 274 10 33 0 32 432 34 100
Binary 10101101 10001001 10111100 1000 11011 0 11010 100011010 11100 1000000

Color Harmonies of #AD89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89BC

Black with #AD89BC

Text Example


Text Example

White with #AD89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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