Html Css Color HEX #AD8DAD London Hue

📋 copy color: '#AD8DAD'

red 173 ◦ green 141 ◦ blue 173

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

Shades of London Hue #AD8DAD

Tints of London Hue #AD8DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 35.52%
G = 28.95%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD8DAD (or 0xAD8DAD) is known color: London Hue. HEX triplet: AD, 8D and AD. RGB value is (173,141,173). Sum of RGB (Red+Green+Blue) = 173+141+173=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DAD is #527252. Grayscale: #9A9A9A. Windows color (decimal): -5403219 or 11373997. OLE color: 11373997.

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

Color convert

RGB 173 141 173 -
CMYK 0 0.18 0 0.32
HSL 300º 0.16% 0.62% -
HSV(B) 300º 0.18% 0.68% -
XYZ 34.3 30.95 43.7 -
YUV 154.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 173 141 173 0 0.18 0 0.32 300 0.16 0.62
Hex AD 8D AD 0 12 0 20 12C 10 3E
Octal 255 215 255 0 22 0 40 454 20 76
Binary 10101101 10001101 10101101 0 10010 0 100000 100101100 10000 111110

Color Harmonies of #AD8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DAD

Black with #AD8DAD

Text Example


Text Example

White with #AD8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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