Html Css Color HEX #AD8FB1 London Hue

📋 copy color: '#AD8FB1'

red 173 ◦ green 143 ◦ blue 177

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

Shades of London Hue #AD8FB1

Tints of London Hue #AD8FB1

RGB

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

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

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

R = 35.09%
G = 29.01%
B = 35.9%

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

#AD8FB1 (or 0xAD8FB1) is known color: London Hue. HEX triplet: AD, 8F and B1. RGB value is (173,143,177). Sum of RGB (Red+Green+Blue) = 173+143+177=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD8FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FB1 is #52704E. Grayscale: #9B9B9B. Windows color (decimal): -5402703 or 11636653. OLE color: 11636653.

HSL color Cylindrical-coordinate representation of color #AD8FB1: hue angle of 292.94º degrees, saturation: 0.18, 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 #AD8FB1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 143 177 -
CMYK 0.02 0.19 0 0.31
HSL 292.94º 0.18% 0.63% -
HSV(B) 292.94º 0.19% 0.69% -
XYZ 34.99 31.7 45.87 -
YUV 155.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 173 143 177 0.02 0.19 0 0.31 292.94 0.18 0.63
Hex AD 8F B1 2 13 0 1F 125 12 3F
Octal 255 217 261 2 23 0 37 445 22 77
Binary 10101101 10001111 10110001 10 10011 0 11111 100100101 10010 111111

Color Harmonies of #AD8FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FB1

Black with #AD8FB1

Text Example


Text Example

White with #AD8FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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