Html Css Color HEX #AD7AAD London Hue

📋 copy color: '#AD7AAD'

red 173 ◦ green 122 ◦ blue 173

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

Shades of London Hue #AD7AAD

Tints of London Hue #AD7AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 36.97%
G = 26.07%
B = 36.97%

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

#AD7AAD (or 0xAD7AAD) is known color: London Hue. HEX triplet: AD, 7A and AD. RGB value is (173,122,173). Sum of RGB (Red+Green+Blue) = 173+122+173=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAD is #528552. Grayscale: #8E8E8E. Windows color (decimal): -5408083 or 11369133. OLE color: 11369133.

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

Color convert

RGB 173 122 173 -
CMYK 0 0.29 0 0.32
HSL 300º 0.24% 0.58% -
HSV(B) 300º 0.29% 0.68% -
XYZ 31.74 25.82 42.85 -
YUV 143.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 173 122 173 0 0.29 0 0.32 300 0.24 0.58
Hex AD 7A AD 0 1D 0 20 12C 18 3A
Octal 255 172 255 0 35 0 40 454 30 72
Binary 10101101 1111010 10101101 0 11101 0 100000 100101100 11000 111010

Color Harmonies of #AD7AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AAD

Black with #AD7AAD

Text Example


Text Example

White with #AD7AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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