Html Css Color HEX #AD80BB East Side

📋 copy color: '#AD80BB'

red 173 ◦ green 128 ◦ blue 187

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

Shades of East Side #AD80BB

Tints of East Side #AD80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 35.45%
G = 26.23%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD80BB (or 0xAD80BB) is known color: East Side. HEX triplet: AD, 80 and BB. RGB value is (173,128,187). Sum of RGB (Red+Green+Blue) = 173+128+187=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80BB is #527F44. Grayscale: #939393. Windows color (decimal): -5406533 or 12288173. OLE color: 12288173.

HSL color Cylindrical-coordinate representation of color #AD80BB: hue angle of 285.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD80BB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 128 187 -
CMYK 0.07 0.32 0 0.27
HSL 285.76º 0.3% 0.62% -
HSV(B) 285.76º 0.32% 0.73% -
XYZ 33.92 27.91 50.61 -
YUV 148.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 173 128 187 0.07 0.32 0 0.27 285.76 0.3 0.62
Hex AD 80 BB 7 20 0 1B 11E 1E 3E
Octal 255 200 273 7 40 0 33 436 36 76
Binary 10101101 10000000 10111011 111 100000 0 11011 100011110 11110 111110

Color Harmonies of #AD80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80BB

Black with #AD80BB

Text Example


Text Example

White with #AD80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80BB; }

 p { color: rgb(173,128,187); }

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

background-color css

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

 a { background-color: rgb(173,128,187); }

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

border-color css

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

 span { border-color: rgb(173,128,187); }

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