Html Css Color HEX #AD8AAE London Hue

📋 copy color: '#AD8AAE'

red 173 ◦ green 138 ◦ blue 174

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

Shades of London Hue #AD8AAE

Tints of London Hue #AD8AAE

RGB

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

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

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

R = 35.67%
G = 28.45%
B = 35.88%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD8AAE (or 0xAD8AAE) is known color: London Hue. HEX triplet: AD, 8A and AE. RGB value is (173,138,174). Sum of RGB (Red+Green+Blue) = 173+138+174=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8AAE is #527551. Grayscale: #989898. Windows color (decimal): -5403986 or 11438765. OLE color: 11438765.

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

Color convert

RGB 173 138 174 -
CMYK 0.01 0.21 0 0.32
HSL 298.33º 0.18% 0.61% -
HSV(B) 298.33º 0.21% 0.68% -
XYZ 33.96 30.12 44.07 -
YUV 152.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 173 138 174 0.01 0.21 0 0.32 298.33 0.18 0.61
Hex AD 8A AE 1 15 0 20 12A 12 3D
Octal 255 212 256 1 25 0 40 452 22 75
Binary 10101101 10001010 10101110 1 10101 0 100000 100101010 10010 111101

Color Harmonies of #AD8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AAE

Black with #AD8AAE

Text Example


Text Example

White with #AD8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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