Html Css Color HEX #AD79AD London Hue

📋 copy color: '#AD79AD'

red 173 ◦ green 121 ◦ blue 173

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

Shades of London Hue #AD79AD

Tints of London Hue #AD79AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 37.04%
G = 25.91%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD79AD (or 0xAD79AD) is known color: London Hue. HEX triplet: AD, 79 and AD. RGB value is (173,121,173). Sum of RGB (Red+Green+Blue) = 173+121+173=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD79AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD79AD is #528652. Grayscale: #8E8E8E. Windows color (decimal): -5408339 or 11368877. OLE color: 11368877.

HSL color Cylindrical-coordinate representation of color #AD79AD: hue angle of 300º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD79AD is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 173 -
CMYK 0 0.30 0 0.32
HSL 300º 0.24% 0.58% -
HSV(B) 300º 0.3% 0.68% -
XYZ 31.61 25.58 42.81 -
YUV 142.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 173 121 173 0 0.30 0 0.32 300 0.24 0.58
Hex AD 79 AD 0 1E 0 20 12C 18 3A
Octal 255 171 255 0 36 0 40 454 30 72
Binary 10101101 1111001 10101101 0 11110 0 100000 100101100 11000 111010

Color Harmonies of #AD79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD79AD

Black with #AD79AD

Text Example


Text Example

White with #AD79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD79AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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