Html Css Color HEX #AD80B9 East Side

📋 copy color: '#AD80B9'

red 173 ◦ green 128 ◦ blue 185

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

Shades of East Side #AD80B9

Tints of East Side #AD80B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 35.6%
G = 26.34%
B = 38.07%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD80B9 (or 0xAD80B9) is known color: East Side. HEX triplet: AD, 80 and B9. RGB value is (173,128,185). Sum of RGB (Red+Green+Blue) = 173+128+185=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD80B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD80B9 is #527F46. Grayscale: #939393. Windows color (decimal): -5406535 or 12157101. OLE color: 12157101.

HSL color Cylindrical-coordinate representation of color #AD80B9: hue angle of 287.37º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD80B9 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 128 185 -
CMYK 0.06 0.31 0 0.27
HSL 287.37º 0.29% 0.61% -
HSV(B) 287.37º 0.31% 0.73% -
XYZ 33.71 27.83 49.49 -
YUV 147.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 173 128 185 0.06 0.31 0 0.27 287.37 0.29 0.61
Hex AD 80 B9 6 1F 0 1B 11F 1D 3D
Octal 255 200 271 6 37 0 33 437 35 75
Binary 10101101 10000000 10111001 110 11111 0 11011 100011111 11101 111101

Color Harmonies of #AD80B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD80B9

Black with #AD80B9

Text Example


Text Example

White with #AD80B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD80B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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