Html Css Color HEX #AD79D1 East Side

📋 copy color: '#AD79D1'

red 173 ◦ green 121 ◦ blue 209

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

Shades of East Side #AD79D1

Tints of East Side #AD79D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 34.39%
G = 24.06%
B = 41.55%

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

#AD79D1 (or 0xAD79D1) is known color: East Side. HEX triplet: AD, 79 and D1. RGB value is (173,121,209). Sum of RGB (Red+Green+Blue) = 173+121+209=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD79D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79D1 is #52862E. Grayscale: #929292. Windows color (decimal): -5408303 or 13728173. OLE color: 13728173.

HSL color Cylindrical-coordinate representation of color #AD79D1: hue angle of 275.45º degrees, saturation: 0.49, 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 #AD79D1 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 121 209 -
CMYK 0.17 0.42 0 0.18
HSL 275.45º 0.49% 0.65% -
HSV(B) 275.45º 0.42% 0.82% -
XYZ 35.58 27.16 63.69 -
YUV 146.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 173 121 209 0.17 0.42 0 0.18 275.45 0.49 0.65
Hex AD 79 D1 11 2A 0 12 113 31 41
Octal 255 171 321 21 52 0 22 423 61 101
Binary 10101101 1111001 11010001 10001 101010 0 10010 100010011 110001 1000001

Color Harmonies of #AD79D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79D1

Black with #AD79D1

Text Example


Text Example

White with #AD79D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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