Html Css Color HEX #AD8FB0 London Hue

📋 copy color: '#AD8FB0'

red 173 ◦ green 143 ◦ blue 176

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

Shades of London Hue #AD8FB0

Tints of London Hue #AD8FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.07%

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

R = 35.16%
G = 29.07%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD8FB0 (or 0xAD8FB0) is known color: London Hue. HEX triplet: AD, 8F and B0. RGB value is (173,143,176). Sum of RGB (Red+Green+Blue) = 173+143+176=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD8FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FB0 is #52704F. Grayscale: #9B9B9B. Windows color (decimal): -5402704 or 11571117. OLE color: 11571117.

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

Color convert

RGB 173 143 176 -
CMYK 0.02 0.19 0 0.31
HSL 294.55º 0.17% 0.63% -
HSV(B) 294.55º 0.19% 0.69% -
XYZ 34.89 31.66 45.35 -
YUV 155.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 173 143 176 0.02 0.19 0 0.31 294.55 0.17 0.63
Hex AD 8F B0 2 13 0 1F 127 11 3F
Octal 255 217 260 2 23 0 37 447 21 77
Binary 10101101 10001111 10110000 10 10011 0 11111 100100111 10001 111111

Color Harmonies of #AD8FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FB0

Black with #AD8FB0

Text Example


Text Example

White with #AD8FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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