Html Css Color HEX #AD8FAE London Hue

📋 copy color: '#AD8FAE'

red 173 ◦ green 143 ◦ blue 174

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

Shades of London Hue #AD8FAE

Tints of London Hue #AD8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.18%

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 35.31%
G = 29.18%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD8FAE (or 0xAD8FAE) is known color: London Hue. HEX triplet: AD, 8F and AE. RGB value is (173,143,174). Sum of RGB (Red+Green+Blue) = 173+143+174=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAE is #527051. Grayscale: #9B9B9B. Windows color (decimal): -5402706 or 11440045. OLE color: 11440045.

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

Color convert

RGB 173 143 174 -
CMYK 0.01 0.18 0 0.32
HSL 298.06º 0.16% 0.62% -
HSV(B) 298.06º 0.18% 0.68% -
XYZ 34.7 31.59 44.31 -
YUV 155.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 173 143 174 0.01 0.18 0 0.32 298.06 0.16 0.62
Hex AD 8F AE 1 12 0 20 12A 10 3E
Octal 255 217 256 1 22 0 40 452 20 76
Binary 10101101 10001111 10101110 1 10010 0 100000 100101010 10000 111110

Color Harmonies of #AD8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FAE

Black with #AD8FAE

Text Example


Text Example

White with #AD8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FAE; }

 p { color: rgb(173,143,174); }

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

background-color css

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

 a { background-color: rgb(173,143,174); }

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

border-color css

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

 span { border-color: rgb(173,143,174); }

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