Html Css Color HEX #AD80BE East Side

📋 copy color: '#AD80BE'

red 173 ◦ green 128 ◦ blue 190

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

Shades of East Side #AD80BE

Tints of East Side #AD80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 35.23%
G = 26.07%
B = 38.7%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD80BE (or 0xAD80BE) is known color: East Side. HEX triplet: AD, 80 and BE. RGB value is (173,128,190). Sum of RGB (Red+Green+Blue) = 173+128+190=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80BE is #527F41. Grayscale: #949494. Windows color (decimal): -5406530 or 12484781. OLE color: 12484781.

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

Color convert

RGB 173 128 190 -
CMYK 0.09 0.33 0 0.25
HSL 283.55º 0.32% 0.62% -
HSV(B) 283.55º 0.33% 0.75% -
XYZ 34.25 28.04 52.32 -
YUV 148.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 173 128 190 0.09 0.33 0 0.25 283.55 0.32 0.62
Hex AD 80 BE 9 21 0 19 11C 20 3E
Octal 255 200 276 11 41 0 31 434 40 76
Binary 10101101 10000000 10111110 1001 100001 0 11001 100011100 100000 111110

Color Harmonies of #AD80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80BE

Black with #AD80BE

Text Example


Text Example

White with #AD80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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