Html Css Color HEX #AD7BAB London Hue

📋 copy color: '#AD7BAB'

red 173 ◦ green 123 ◦ blue 171

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

Shades of London Hue #AD7BAB

Tints of London Hue #AD7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 37.04%
G = 26.34%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD7BAB (or 0xAD7BAB) is known color: London Hue. HEX triplet: AD, 7B and AB. RGB value is (173,123,171). Sum of RGB (Red+Green+Blue) = 173+123+171=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAB is #528454. Grayscale: #8F8F8F. Windows color (decimal): -5407829 or 11238317. OLE color: 11238317.

HSL color Cylindrical-coordinate representation of color #AD7BAB: hue angle of 302.4º degrees, saturation: 0.23, 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 #AD7BAB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 123 171 -
CMYK 0 0.29 0.01 0.32
HSL 302.4º 0.23% 0.58% -
HSV(B) 302.4º 0.29% 0.68% -
XYZ 31.67 25.99 41.88 -
YUV 143.42 143.57 149.1 -
System Red Green Blue C M Y K H S L
Decimal 173 123 171 0 0.29 0.01 0.32 302.4 0.23 0.58
Hex AD 7B AB 0 1D 1 20 12E 17 3A
Octal 255 173 253 0 35 1 40 456 27 72
Binary 10101101 1111011 10101011 0 11101 1 100000 100101110 10111 111010

Color Harmonies of #AD7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BAB

Black with #AD7BAB

Text Example


Text Example

White with #AD7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BAB; }

 p { color: rgb(173,123,171); }

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

background-color css

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

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

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

border-color css

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

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

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