Html Css Color HEX #AD7FAF London Hue

📋 copy color: '#AD7FAF'

red 173 ◦ green 127 ◦ blue 175

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

Shades of London Hue #AD7FAF

Tints of London Hue #AD7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.74%

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

R = 36.42%
G = 26.74%
B = 36.84%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD7FAF (or 0xAD7FAF) is known color: London Hue. HEX triplet: AD, 7F and AF. RGB value is (173,127,175). Sum of RGB (Red+Green+Blue) = 173+127+175=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FAF is #528050. Grayscale: #929292. Windows color (decimal): -5406801 or 11501485. OLE color: 11501485.

HSL color Cylindrical-coordinate representation of color #AD7FAF: hue angle of 297.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7FAF is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 127 175 -
CMYK 0.01 0.27 0 0.31
HSL 297.5º 0.23% 0.59% -
HSV(B) 297.5º 0.27% 0.69% -
XYZ 32.56 27.16 44.08 -
YUV 146.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 173 127 175 0.01 0.27 0 0.31 297.5 0.23 0.59
Hex AD 7F AF 1 1B 0 1F 12A 17 3B
Octal 255 177 257 1 33 0 37 452 27 73
Binary 10101101 1111111 10101111 1 11011 0 11111 100101010 10111 111011

Color Harmonies of #AD7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FAF

Black with #AD7FAF

Text Example


Text Example

White with #AD7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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