Html Css Color HEX #AD8AAA London Hue

📋 copy color: '#AD8AAA'

red 173 ◦ green 138 ◦ blue 170

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

Shades of London Hue #AD8AAA

Tints of London Hue #AD8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

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

R = 35.97%
G = 28.69%
B = 35.34%

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

#AD8AAA (or 0xAD8AAA) is known color: London Hue. HEX triplet: AD, 8A and AA. RGB value is (173,138,170). Sum of RGB (Red+Green+Blue) = 173+138+170=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AAA is #527555. Grayscale: #989898. Windows color (decimal): -5403990 or 11176621. OLE color: 11176621.

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

Color convert

RGB 173 138 170 -
CMYK 0 0.20 0.02 0.32
HSL 305.14º 0.18% 0.61% -
HSV(B) 305.14º 0.2% 0.68% -
XYZ 33.58 29.96 42.04 -
YUV 152.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 173 138 170 0 0.20 0.02 0.32 305.14 0.18 0.61
Hex AD 8A AA 0 14 2 20 131 12 3D
Octal 255 212 252 0 24 2 40 461 22 75
Binary 10101101 10001010 10101010 0 10100 10 100000 100110001 10010 111101

Color Harmonies of #AD8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AAA

Black with #AD8AAA

Text Example


Text Example

White with #AD8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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