Html Css Color HEX #AD7DB1 London Hue

📋 copy color: '#AD7DB1'

red 173 ◦ green 125 ◦ blue 177

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

Shades of London Hue #AD7DB1

Tints of London Hue #AD7DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 36.42%
G = 26.32%
B = 37.26%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD7DB1 (or 0xAD7DB1) is known color: London Hue. HEX triplet: AD, 7D and B1. RGB value is (173,125,177). Sum of RGB (Red+Green+Blue) = 173+125+177=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD7DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DB1 is #52824E. Grayscale: #919191. Windows color (decimal): -5407311 or 11632045. OLE color: 11632045.

HSL color Cylindrical-coordinate representation of color #AD7DB1: hue angle of 295.38º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7DB1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 125 177 -
CMYK 0.02 0.29 0 0.31
HSL 295.38º 0.25% 0.59% -
HSV(B) 295.38º 0.29% 0.69% -
XYZ 32.5 26.73 45.04 -
YUV 145.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 173 125 177 0.02 0.29 0 0.31 295.38 0.25 0.59
Hex AD 7D B1 2 1D 0 1F 127 19 3B
Octal 255 175 261 2 35 0 37 447 31 73
Binary 10101101 1111101 10110001 10 11101 0 11111 100100111 11001 111011

Color Harmonies of #AD7DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7DB1

Black with #AD7DB1

Text Example


Text Example

White with #AD7DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7DB1; }

 p { color: rgb(173,125,177); }

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

background-color css

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

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

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

border-color css

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

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

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