Html Css Color HEX #AD92AD London Hue

📋 copy color: '#AD92AD'

red 173 ◦ green 146 ◦ blue 173

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

Shades of London Hue #AD92AD

Tints of London Hue #AD92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 35.16%
G = 29.67%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD92AD (or 0xAD92AD) is known color: London Hue. HEX triplet: AD, 92 and AD. RGB value is (173,146,173). Sum of RGB (Red+Green+Blue) = 173+146+173=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AD is #526D52. Grayscale: #9D9D9D. Windows color (decimal): -5401939 or 11375277. OLE color: 11375277.

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

Color convert

RGB 173 146 173 -
CMYK 0 0.16 0 0.32
HSL 300º 0.14% 0.63% -
HSV(B) 300º 0.16% 0.68% -
XYZ 35.06 32.46 43.95 -
YUV 157.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 173 146 173 0 0.16 0 0.32 300 0.14 0.63
Hex AD 92 AD 0 10 0 20 12C E 3F
Octal 255 222 255 0 20 0 40 454 16 77
Binary 10101101 10010010 10101101 0 10000 0 100000 100101100 1110 111111

Color Harmonies of #AD92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92AD

Black with #AD92AD

Text Example


Text Example

White with #AD92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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