Html Css Color HEX #AD76BA East Side

📋 copy color: '#AD76BA'

red 173 ◦ green 118 ◦ blue 186

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

Shades of East Side #AD76BA

Tints of East Side #AD76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 36.27%
G = 24.74%
B = 38.99%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD76BA (or 0xAD76BA) is known color: East Side. HEX triplet: AD, 76 and BA. RGB value is (173,118,186). Sum of RGB (Red+Green+Blue) = 173+118+186=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76BA is #528945. Grayscale: #8D8D8D. Windows color (decimal): -5409094 or 12220077. OLE color: 12220077.

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

Color convert

RGB 173 118 186 -
CMYK 0.07 0.37 0 0.27
HSL 288.53º 0.33% 0.6% -
HSV(B) 288.53º 0.37% 0.73% -
XYZ 32.57 25.39 49.64 -
YUV 142.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 173 118 186 0.07 0.37 0 0.27 288.53 0.33 0.6
Hex AD 76 BA 7 25 0 1B 121 21 3C
Octal 255 166 272 7 45 0 33 441 41 74
Binary 10101101 1110110 10111010 111 100101 0 11011 100100001 100001 111100

Color Harmonies of #AD76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD76BA

Black with #AD76BA

Text Example


Text Example

White with #AD76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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