Html Css Color HEX #AD77BA East Side

📋 copy color: '#AD77BA'

red 173 ◦ green 119 ◦ blue 186

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

Shades of East Side #AD77BA

Tints of East Side #AD77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.9%

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

R = 36.19%
G = 24.9%
B = 38.91%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD77BA (or 0xAD77BA) is known color: East Side. HEX triplet: AD, 77 and BA. RGB value is (173,119,186). Sum of RGB (Red+Green+Blue) = 173+119+186=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD77BA is #528845. Grayscale: #8E8E8E. Windows color (decimal): -5408838 or 12220333. OLE color: 12220333.

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

Color convert

RGB 173 119 186 -
CMYK 0.07 0.36 0 0.27
HSL 288.36º 0.33% 0.6% -
HSV(B) 288.36º 0.36% 0.73% -
XYZ 32.69 25.62 49.68 -
YUV 142.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 173 119 186 0.07 0.36 0 0.27 288.36 0.33 0.6
Hex AD 77 BA 7 24 0 1B 120 21 3C
Octal 255 167 272 7 44 0 33 440 41 74
Binary 10101101 1110111 10111010 111 100100 0 11011 100100000 100001 111100

Color Harmonies of #AD77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD77BA

Black with #AD77BA

Text Example


Text Example

White with #AD77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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