Html Css Color HEX #AD7AA8 London Hue

📋 copy color: '#AD7AA8'

red 173 ◦ green 122 ◦ blue 168

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

Shades of London Hue #AD7AA8

Tints of London Hue #AD7AA8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 37.37%
G = 26.35%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD7AA8 (or 0xAD7AA8) is known color: London Hue. HEX triplet: AD, 7A and A8. RGB value is (173,122,168). Sum of RGB (Red+Green+Blue) = 173+122+168=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AA8 is #528557. Grayscale: #8E8E8E. Windows color (decimal): -5408088 or 11041453. OLE color: 11041453.

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

Color convert

RGB 173 122 168 -
CMYK 0 0.29 0.03 0.32
HSL 305.88º 0.24% 0.58% -
HSV(B) 305.88º 0.29% 0.68% -
XYZ 31.26 25.63 40.35 -
YUV 142.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 173 122 168 0 0.29 0.03 0.32 305.88 0.24 0.58
Hex AD 7A A8 0 1D 3 20 132 18 3A
Octal 255 172 250 0 35 3 40 462 30 72
Binary 10101101 1111010 10101000 0 11101 11 100000 100110010 11000 111010

Color Harmonies of #AD7AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AA8

Black with #AD7AA8

Text Example


Text Example

White with #AD7AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AA8; }

 p { color: rgb(173,122,168); }

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

background-color css

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

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

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

border-color css

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

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

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