Html Css Color HEX #AD7FAD London Hue

📋 copy color: '#AD7FAD'

red 173 ◦ green 127 ◦ blue 173

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

Shades of London Hue #AD7FAD

Tints of London Hue #AD7FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 36.58%
G = 26.85%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD7FAD (or 0xAD7FAD) is known color: London Hue. HEX triplet: AD, 7F and AD. RGB value is (173,127,173). Sum of RGB (Red+Green+Blue) = 173+127+173=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD7FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FAD is #528052. Grayscale: #919191. Windows color (decimal): -5406803 or 11370413. OLE color: 11370413.

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

Color convert

RGB 173 127 173 -
CMYK 0 0.27 0 0.32
HSL 300º 0.22% 0.59% -
HSV(B) 300º 0.27% 0.68% -
XYZ 32.37 27.08 43.06 -
YUV 146 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 173 127 173 0 0.27 0 0.32 300 0.22 0.59
Hex AD 7F AD 0 1B 0 20 12C 16 3B
Octal 255 177 255 0 33 0 40 454 26 73
Binary 10101101 1111111 10101101 0 11011 0 100000 100101100 10110 111011

Color Harmonies of #AD7FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7FAD

Black with #AD7FAD

Text Example


Text Example

White with #AD7FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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