Html Css Color HEX #AD7BA8 London Hue

📋 copy color: '#AD7BA8'

red 173 ◦ green 123 ◦ blue 168

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

Shades of London Hue #AD7BA8

Tints of London Hue #AD7BA8

RGB

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

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

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

R = 37.28%
G = 26.51%
B = 36.21%

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

#AD7BA8 (or 0xAD7BA8) is known color: London Hue. HEX triplet: AD, 7B and A8. RGB value is (173,123,168). Sum of RGB (Red+Green+Blue) = 173+123+168=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BA8 is #528457. Grayscale: #8E8E8E. Windows color (decimal): -5407832 or 11041709. OLE color: 11041709.

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

Color convert

RGB 173 123 168 -
CMYK 0 0.29 0.03 0.32
HSL 306º 0.23% 0.58% -
HSV(B) 306º 0.29% 0.68% -
XYZ 31.38 25.88 40.39 -
YUV 143.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 173 123 168 0 0.29 0.03 0.32 306 0.23 0.58
Hex AD 7B A8 0 1D 3 20 132 17 3A
Octal 255 173 250 0 35 3 40 462 27 72
Binary 10101101 1111011 10101000 0 11101 11 100000 100110010 10111 111010

Color Harmonies of #AD7BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BA8

Black with #AD7BA8

Text Example


Text Example

White with #AD7BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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