Html Css Color HEX #AD7FAA London Hue

📋 copy color: '#AD7FAA'

red 173 ◦ green 127 ◦ blue 170

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

Shades of London Hue #AD7FAA

Tints of London Hue #AD7FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 36.81%
G = 27.02%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD7FAA (or 0xAD7FAA) is known color: London Hue. HEX triplet: AD, 7F and AA. RGB value is (173,127,170). Sum of RGB (Red+Green+Blue) = 173+127+170=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FAA is #528055. Grayscale: #919191. Windows color (decimal): -5406806 or 11173805. OLE color: 11173805.

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

Color convert

RGB 173 127 170 -
CMYK 0 0.27 0.02 0.32
HSL 303.91º 0.22% 0.59% -
HSV(B) 303.91º 0.27% 0.68% -
XYZ 32.08 26.97 41.54 -
YUV 145.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 173 127 170 0 0.27 0.02 0.32 303.91 0.22 0.59
Hex AD 7F AA 0 1B 2 20 130 16 3B
Octal 255 177 252 0 33 2 40 460 26 73
Binary 10101101 1111111 10101010 0 11011 10 100000 100110000 10110 111011

Color Harmonies of #AD7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FAA

Black with #AD7FAA

Text Example


Text Example

White with #AD7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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