Html Css Color HEX #AD7BAD London Hue

📋 copy color: '#AD7BAD'

red 173 ◦ green 123 ◦ blue 173

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

Shades of London Hue #AD7BAD

Tints of London Hue #AD7BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

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

R = 36.89%
G = 26.23%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD7BAD (or 0xAD7BAD) is known color: London Hue. HEX triplet: AD, 7B and AD. RGB value is (173,123,173). Sum of RGB (Red+Green+Blue) = 173+123+173=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAD is #528452. Grayscale: #8F8F8F. Windows color (decimal): -5407827 or 11369389. OLE color: 11369389.

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

Color convert

RGB 173 123 173 -
CMYK 0 0.29 0 0.32
HSL 300º 0.23% 0.58% -
HSV(B) 300º 0.29% 0.68% -
XYZ 31.86 26.07 42.89 -
YUV 143.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 173 123 173 0 0.29 0 0.32 300 0.23 0.58
Hex AD 7B AD 0 1D 0 20 12C 17 3A
Octal 255 173 255 0 35 0 40 454 27 72
Binary 10101101 1111011 10101101 0 11101 0 100000 100101100 10111 111010

Color Harmonies of #AD7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BAD

Black with #AD7BAD

Text Example


Text Example

White with #AD7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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