Html Css Color HEX #AD7AB0 London Hue

📋 copy color: '#AD7AB0'

red 173 ◦ green 122 ◦ blue 176

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

Shades of London Hue #AD7AB0

Tints of London Hue #AD7AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 36.73%
G = 25.9%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD7AB0 (or 0xAD7AB0) is known color: London Hue. HEX triplet: AD, 7A and B0. RGB value is (173,122,176). Sum of RGB (Red+Green+Blue) = 173+122+176=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD7AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AB0 is #52854F. Grayscale: #8F8F8F. Windows color (decimal): -5408080 or 11565741. OLE color: 11565741.

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

Color convert

RGB 173 122 176 -
CMYK 0.02 0.31 0 0.31
HSL 296.67º 0.25% 0.58% -
HSV(B) 296.67º 0.31% 0.69% -
XYZ 32.03 25.94 44.39 -
YUV 143.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 173 122 176 0.02 0.31 0 0.31 296.67 0.25 0.58
Hex AD 7A B0 2 1F 0 1F 129 19 3A
Octal 255 172 260 2 37 0 37 451 31 72
Binary 10101101 1111010 10110000 10 11111 0 11111 100101001 11001 111010

Color Harmonies of #AD7AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AB0

Black with #AD7AB0

Text Example


Text Example

White with #AD7AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AB0; }

 p { color: rgb(173,122,176); }

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

background-color css

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

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

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

border-color css

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

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

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