Html Css Color HEX #AD8FAA London Hue

📋 copy color: '#AD8FAA'

red 173 ◦ green 143 ◦ blue 170

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

Shades of London Hue #AD8FAA

Tints of London Hue #AD8FAA

RGB

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

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

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

R = 35.6%
G = 29.42%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD8FAA (or 0xAD8FAA) is known color: London Hue. HEX triplet: AD, 8F and AA. RGB value is (173,143,170). Sum of RGB (Red+Green+Blue) = 173+143+170=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAA is #527055. Grayscale: #9A9A9A. Windows color (decimal): -5402710 or 11177901. OLE color: 11177901.

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

Color convert

RGB 173 143 170 -
CMYK 0 0.17 0.02 0.32
HSL 306º 0.15% 0.62% -
HSV(B) 306º 0.17% 0.68% -
XYZ 34.31 31.43 42.29 -
YUV 155.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 173 143 170 0 0.17 0.02 0.32 306 0.15 0.62
Hex AD 8F AA 0 11 2 20 132 F 3E
Octal 255 217 252 0 21 2 40 462 17 76
Binary 10101101 10001111 10101010 0 10001 10 100000 100110010 1111 111110

Color Harmonies of #AD8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FAA

Black with #AD8FAA

Text Example


Text Example

White with #AD8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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