Html Css Color HEX #AD7FA8 London Hue

📋 copy color: '#AD7FA8'

red 173 ◦ green 127 ◦ blue 168

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

Shades of London Hue #AD7FA8

Tints of London Hue #AD7FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 36.97%
G = 27.14%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD7FA8 (or 0xAD7FA8) is known color: London Hue. HEX triplet: AD, 7F and A8. RGB value is (173,127,168). Sum of RGB (Red+Green+Blue) = 173+127+168=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FA8 is #528057. Grayscale: #919191. Windows color (decimal): -5406808 or 11042733. OLE color: 11042733.

HSL color Cylindrical-coordinate representation of color #AD7FA8: hue angle of 306.52º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7FA8 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 168 -
CMYK 0 0.27 0.03 0.32
HSL 306.52º 0.22% 0.59% -
HSV(B) 306.52º 0.27% 0.68% -
XYZ 31.89 26.89 40.56 -
YUV 145.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 173 127 168 0 0.27 0.03 0.32 306.52 0.22 0.59
Hex AD 7F A8 0 1B 3 20 133 16 3B
Octal 255 177 250 0 33 3 40 463 26 73
Binary 10101101 1111111 10101000 0 11011 11 100000 100110011 10110 111011

Color Harmonies of #AD7FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FA8

Black with #AD7FA8

Text Example


Text Example

White with #AD7FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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