Html Css Color HEX #AD8BAA London Hue

📋 copy color: '#AD8BAA'

red 173 ◦ green 139 ◦ blue 170

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

Shades of London Hue #AD8BAA

Tints of London Hue #AD8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

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

R = 35.89%
G = 28.84%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD8BAA (or 0xAD8BAA) is known color: London Hue. HEX triplet: AD, 8B and AA. RGB value is (173,139,170). Sum of RGB (Red+Green+Blue) = 173+139+170=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAA is #527455. Grayscale: #989898. Windows color (decimal): -5403734 or 11176877. OLE color: 11176877.

HSL color Cylindrical-coordinate representation of color #AD8BAA: hue angle of 305.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8BAA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 139 170 -
CMYK 0 0.20 0.02 0.32
HSL 305.29º 0.17% 0.61% -
HSV(B) 305.29º 0.2% 0.68% -
XYZ 33.72 30.25 42.09 -
YUV 152.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 173 139 170 0 0.20 0.02 0.32 305.29 0.17 0.61
Hex AD 8B AA 0 14 2 20 131 11 3D
Octal 255 213 252 0 24 2 40 461 21 75
Binary 10101101 10001011 10101010 0 10100 10 100000 100110001 10001 111101

Color Harmonies of #AD8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BAA

Black with #AD8BAA

Text Example


Text Example

White with #AD8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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