Html Css Color HEX #AD7BAA London Hue

📋 copy color: '#AD7BAA'

red 173 ◦ green 123 ◦ blue 170

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

Shades of London Hue #AD7BAA

Tints of London Hue #AD7BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 37.12%
G = 26.39%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD7BAA (or 0xAD7BAA) is known color: London Hue. HEX triplet: AD, 7B and AA. RGB value is (173,123,170). Sum of RGB (Red+Green+Blue) = 173+123+170=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAA is #528455. Grayscale: #8F8F8F. Windows color (decimal): -5407830 or 11172781. OLE color: 11172781.

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

Color convert

RGB 173 123 170 -
CMYK 0 0.29 0.02 0.32
HSL 303.6º 0.23% 0.58% -
HSV(B) 303.6º 0.29% 0.68% -
XYZ 31.57 25.95 41.38 -
YUV 143.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 173 123 170 0 0.29 0.02 0.32 303.6 0.23 0.58
Hex AD 7B AA 0 1D 2 20 130 17 3A
Octal 255 173 252 0 35 2 40 460 27 72
Binary 10101101 1111011 10101010 0 11101 10 100000 100110000 10111 111010

Color Harmonies of #AD7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BAA

Black with #AD7BAA

Text Example


Text Example

White with #AD7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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