Html Css Color HEX #AD7CAC London Hue

📋 copy color: '#AD7CAC'

red 173 ◦ green 124 ◦ blue 172

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

Shades of London Hue #AD7CAC

Tints of London Hue #AD7CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 36.89%
G = 26.44%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD7CAC (or 0xAD7CAC) is known color: London Hue. HEX triplet: AD, 7C and AC. RGB value is (173,124,172). Sum of RGB (Red+Green+Blue) = 173+124+172=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CAC is #528353. Grayscale: #8F8F8F. Windows color (decimal): -5407572 or 11304109. OLE color: 11304109.

HSL color Cylindrical-coordinate representation of color #AD7CAC: hue angle of 301.22º 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 #AD7CAC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 124 172 -
CMYK 0 0.28 0.01 0.32
HSL 301.22º 0.23% 0.58% -
HSV(B) 301.22º 0.28% 0.68% -
XYZ 31.89 26.28 42.42 -
YUV 144.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 173 124 172 0 0.28 0.01 0.32 301.22 0.23 0.58
Hex AD 7C AC 0 1C 1 20 12D 17 3A
Octal 255 174 254 0 34 1 40 455 27 72
Binary 10101101 1111100 10101100 0 11100 1 100000 100101101 10111 111010

Color Harmonies of #AD7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CAC

Black with #AD7CAC

Text Example


Text Example

White with #AD7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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