Html Css Color HEX #AD79BA East Side

📋 copy color: '#AD79BA'

red 173 ◦ green 121 ◦ blue 186

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

Shades of East Side #AD79BA

Tints of East Side #AD79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.21%

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

R = 36.04%
G = 25.21%
B = 38.75%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD79BA (or 0xAD79BA) is known color: East Side. HEX triplet: AD, 79 and BA. RGB value is (173,121,186). Sum of RGB (Red+Green+Blue) = 173+121+186=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79BA is #528645. Grayscale: #8F8F8F. Windows color (decimal): -5408326 or 12220845. OLE color: 12220845.

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

Color convert

RGB 173 121 186 -
CMYK 0.07 0.35 0 0.27
HSL 288º 0.32% 0.6% -
HSV(B) 288º 0.35% 0.73% -
XYZ 32.93 26.1 49.76 -
YUV 143.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 173 121 186 0.07 0.35 0 0.27 288 0.32 0.6
Hex AD 79 BA 7 23 0 1B 120 20 3C
Octal 255 171 272 7 43 0 33 440 40 74
Binary 10101101 1111001 10111010 111 100011 0 11011 100100000 100000 111100

Color Harmonies of #AD79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79BA

Black with #AD79BA

Text Example


Text Example

White with #AD79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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