Html Css Color HEX #AD93B1 London Hue

📋 copy color: '#AD93B1'

red 173 ◦ green 147 ◦ blue 177

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

Shades of London Hue #AD93B1

Tints of London Hue #AD93B1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.58%

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

R = 34.81%
G = 29.58%
B = 35.61%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD93B1 (or 0xAD93B1) is known color: London Hue. HEX triplet: AD, 93 and B1. RGB value is (173,147,177). Sum of RGB (Red+Green+Blue) = 173+147+177=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD93B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93B1 is #526C4E. Grayscale: #9E9E9E. Windows color (decimal): -5401679 or 11637677. OLE color: 11637677.

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

Color convert

RGB 173 147 177 -
CMYK 0.02 0.17 0 0.31
HSL 292º 0.16% 0.64% -
HSV(B) 292º 0.17% 0.69% -
XYZ 35.6 32.93 46.07 -
YUV 158.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 173 147 177 0.02 0.17 0 0.31 292 0.16 0.64
Hex AD 93 B1 2 11 0 1F 124 10 40
Octal 255 223 261 2 21 0 37 444 20 100
Binary 10101101 10010011 10110001 10 10001 0 11111 100100100 10000 1000000

Color Harmonies of #AD93B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93B1

Black with #AD93B1

Text Example


Text Example

White with #AD93B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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