Html Css Color HEX #AD8DA7 London Hue

📋 copy color: '#AD8DA7'

red 173 ◦ green 141 ◦ blue 167

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

Shades of London Hue #AD8DA7

Tints of London Hue #AD8DA7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.31%

 BLUE value IS 167 (65.63% from 255) = 34.72%

R = 35.97%
G = 29.31%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD8DA7 (or 0xAD8DA7) is known color: London Hue. HEX triplet: AD, 8D and A7. RGB value is (173,141,167). Sum of RGB (Red+Green+Blue) = 173+141+167=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DA7 is #527258. Grayscale: #999999. Windows color (decimal): -5403225 or 10980781. OLE color: 10980781.

HSL color Cylindrical-coordinate representation of color #AD8DA7: hue angle of 311.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8DA7 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 141 167 -
CMYK 0 0.18 0.03 0.32
HSL 311.25º 0.16% 0.62% -
HSV(B) 311.25º 0.18% 0.68% -
XYZ 33.73 30.72 40.71 -
YUV 153.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 173 141 167 0 0.18 0.03 0.32 311.25 0.16 0.62
Hex AD 8D A7 0 12 3 20 137 10 3E
Octal 255 215 247 0 22 3 40 467 20 76
Binary 10101101 10001101 10100111 0 10010 11 100000 100110111 10000 111110

Color Harmonies of #AD8DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DA7

Black with #AD8DA7

Text Example


Text Example

White with #AD8DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DA7; }

 p { color: rgb(173,141,167); }

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

background-color css

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

 a { background-color: rgb(173,141,167); }

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

border-color css

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

 span { border-color: rgb(173,141,167); }

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