Html Css Color HEX #AD96B1 London Hue

📋 copy color: '#AD96B1'

red 173 ◦ green 150 ◦ blue 177

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

Shades of London Hue #AD96B1

Tints of London Hue #AD96B1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30%

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

R = 34.6%
G = 30%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD96B1 (or 0xAD96B1) is known color: London Hue. HEX triplet: AD, 96 and B1. RGB value is (173,150,177). Sum of RGB (Red+Green+Blue) = 173+150+177=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD96B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96B1 is #52694E. Grayscale: #9F9F9F. Windows color (decimal): -5400911 or 11638445. OLE color: 11638445.

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

Color convert

RGB 173 150 177 -
CMYK 0.02 0.15 0 0.31
HSL 291.11º 0.15% 0.64% -
HSV(B) 291.11º 0.15% 0.69% -
XYZ 36.08 33.87 46.23 -
YUV 159.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 173 150 177 0.02 0.15 0 0.31 291.11 0.15 0.64
Hex AD 96 B1 2 F 0 1F 123 F 40
Octal 255 226 261 2 17 0 37 443 17 100
Binary 10101101 10010110 10110001 10 1111 0 11111 100100011 1111 1000000

Color Harmonies of #AD96B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96B1

Black with #AD96B1

Text Example


Text Example

White with #AD96B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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