Html Css Color HEX #AD79D0 East Side

📋 copy color: '#AD79D0'

red 173 ◦ green 121 ◦ blue 208

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

Shades of East Side #AD79D0

Tints of East Side #AD79D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 34.46%
G = 24.1%
B = 41.43%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD79D0 (or 0xAD79D0) is known color: East Side. HEX triplet: AD, 79 and D0. RGB value is (173,121,208). Sum of RGB (Red+Green+Blue) = 173+121+208=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79D0 is #52862F. Grayscale: #929292. Windows color (decimal): -5408304 or 13662637. OLE color: 13662637.

HSL color Cylindrical-coordinate representation of color #AD79D0: hue angle of 275.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD79D0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 121 208 -
CMYK 0.17 0.42 0 0.18
HSL 275.86º 0.48% 0.65% -
HSV(B) 275.86º 0.42% 0.82% -
XYZ 35.46 27.11 63.04 -
YUV 146.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 173 121 208 0.17 0.42 0 0.18 275.86 0.48 0.65
Hex AD 79 D0 11 2A 0 12 114 30 41
Octal 255 171 320 21 52 0 22 424 60 101
Binary 10101101 1111001 11010000 10001 101010 0 10010 100010100 110000 1000001

Color Harmonies of #AD79D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79D0

Black with #AD79D0

Text Example


Text Example

White with #AD79D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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