Html Css Color HEX #AD7CAE London Hue

📋 copy color: '#AD7CAE'

red 173 ◦ green 124 ◦ blue 174

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

Shades of London Hue #AD7CAE

Tints of London Hue #AD7CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.94%

R = 36.73%
G = 26.33%
B = 36.94%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD7CAE (or 0xAD7CAE) is known color: London Hue. HEX triplet: AD, 7C and AE. RGB value is (173,124,174). Sum of RGB (Red+Green+Blue) = 173+124+174=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CAE is #528351. Grayscale: #909090. Windows color (decimal): -5407570 or 11435181. OLE color: 11435181.

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

Color convert

RGB 173 124 174 -
CMYK 0.01 0.29 0 0.32
HSL 298.8º 0.24% 0.58% -
HSV(B) 298.8º 0.29% 0.68% -
XYZ 32.08 26.36 43.44 -
YUV 144.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 173 124 174 0.01 0.29 0 0.32 298.8 0.24 0.58
Hex AD 7C AE 1 1D 0 20 12B 18 3A
Octal 255 174 256 1 35 0 40 453 30 72
Binary 10101101 1111100 10101110 1 11101 0 100000 100101011 11000 111010

Color Harmonies of #AD7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CAE

Black with #AD7CAE

Text Example


Text Example

White with #AD7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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