Html Css Color HEX #AD7CA8 London Hue

📋 copy color: '#AD7CA8'

red 173 ◦ green 124 ◦ blue 168

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

Shades of London Hue #AD7CA8

Tints of London Hue #AD7CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.67%

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

R = 37.2%
G = 26.67%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD7CA8 (or 0xAD7CA8) is known color: London Hue. HEX triplet: AD, 7C and A8. RGB value is (173,124,168). Sum of RGB (Red+Green+Blue) = 173+124+168=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CA8 is #528357. Grayscale: #8F8F8F. Windows color (decimal): -5407576 or 11041965. OLE color: 11041965.

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

Color convert

RGB 173 124 168 -
CMYK 0 0.28 0.03 0.32
HSL 306.12º 0.23% 0.58% -
HSV(B) 306.12º 0.28% 0.68% -
XYZ 31.51 26.13 40.43 -
YUV 143.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 173 124 168 0 0.28 0.03 0.32 306.12 0.23 0.58
Hex AD 7C A8 0 1C 3 20 132 17 3A
Octal 255 174 250 0 34 3 40 462 27 72
Binary 10101101 1111100 10101000 0 11100 11 100000 100110010 10111 111010

Color Harmonies of #AD7CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CA8

Black with #AD7CA8

Text Example


Text Example

White with #AD7CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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