Html Css Color HEX #AD7AAF London Hue

📋 copy color: '#AD7AAF'

red 173 ◦ green 122 ◦ blue 175

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

Shades of London Hue #AD7AAF

Tints of London Hue #AD7AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 36.81%
G = 25.96%
B = 37.23%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD7AAF (or 0xAD7AAF) is known color: London Hue. HEX triplet: AD, 7A and AF. RGB value is (173,122,175). Sum of RGB (Red+Green+Blue) = 173+122+175=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAF is #528550. Grayscale: #8F8F8F. Windows color (decimal): -5408081 or 11500205. OLE color: 11500205.

HSL color Cylindrical-coordinate representation of color #AD7AAF: hue angle of 297.74º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7AAF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 122 175 -
CMYK 0.01 0.30 0 0.31
HSL 297.74º 0.25% 0.58% -
HSV(B) 297.74º 0.3% 0.69% -
XYZ 31.93 25.9 43.87 -
YUV 143.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 173 122 175 0.01 0.30 0 0.31 297.74 0.25 0.58
Hex AD 7A AF 1 1E 0 1F 12A 19 3A
Octal 255 172 257 1 36 0 37 452 31 72
Binary 10101101 1111010 10101111 1 11110 0 11111 100101010 11001 111010

Color Harmonies of #AD7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AAF

Black with #AD7AAF

Text Example


Text Example

White with #AD7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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