Html Css Color HEX #AD8AAF London Hue

📋 copy color: '#AD8AAF'

red 173 ◦ green 138 ◦ blue 175

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

Shades of London Hue #AD8AAF

Tints of London Hue #AD8AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 35.6%
G = 28.4%
B = 36.01%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD8AAF (or 0xAD8AAF) is known color: London Hue. HEX triplet: AD, 8A and AF. RGB value is (173,138,175). Sum of RGB (Red+Green+Blue) = 173+138+175=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AAF is #527550. Grayscale: #989898. Windows color (decimal): -5403985 or 11504301. OLE color: 11504301.

HSL color Cylindrical-coordinate representation of color #AD8AAF: hue angle of 296.76º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD8AAF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 138 175 -
CMYK 0.01 0.21 0 0.31
HSL 296.76º 0.19% 0.61% -
HSV(B) 296.76º 0.21% 0.69% -
XYZ 34.06 30.16 44.58 -
YUV 152.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 173 138 175 0.01 0.21 0 0.31 296.76 0.19 0.61
Hex AD 8A AF 1 15 0 1F 129 13 3D
Octal 255 212 257 1 25 0 37 451 23 75
Binary 10101101 10001010 10101111 1 10101 0 11111 100101001 10011 111101

Color Harmonies of #AD8AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AAF

Black with #AD8AAF

Text Example


Text Example

White with #AD8AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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