Html Css Color HEX #AD76B9 East Side

📋 copy color: '#AD76B9'

red 173 ◦ green 118 ◦ blue 185

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

Shades of East Side #AD76B9

Tints of East Side #AD76B9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

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

R = 36.34%
G = 24.79%
B = 38.87%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD76B9 (or 0xAD76B9) is known color: East Side. HEX triplet: AD, 76 and B9. RGB value is (173,118,185). Sum of RGB (Red+Green+Blue) = 173+118+185=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD76B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76B9 is #528946. Grayscale: #8D8D8D. Windows color (decimal): -5409095 or 12154541. OLE color: 12154541.

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

Color convert

RGB 173 118 185 -
CMYK 0.06 0.36 0 0.27
HSL 289.25º 0.32% 0.59% -
HSV(B) 289.25º 0.36% 0.73% -
XYZ 32.47 25.34 49.08 -
YUV 142.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 173 118 185 0.06 0.36 0 0.27 289.25 0.32 0.59
Hex AD 76 B9 6 24 0 1B 121 20 3B
Octal 255 166 271 6 44 0 33 441 40 73
Binary 10101101 1110110 10111001 110 100100 0 11011 100100001 100000 111011

Color Harmonies of #AD76B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76B9

Black with #AD76B9

Text Example


Text Example

White with #AD76B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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