Html Css Color HEX #AD82AB London Hue

📋 copy color: '#AD82AB'

red 173 ◦ green 130 ◦ blue 171

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

Shades of London Hue #AD82AB

Tints of London Hue #AD82AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.43%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 36.5%
G = 27.43%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD82AB (or 0xAD82AB) is known color: London Hue. HEX triplet: AD, 82 and AB. RGB value is (173,130,171). Sum of RGB (Red+Green+Blue) = 173+130+171=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82AB is #527D54. Grayscale: #939393. Windows color (decimal): -5406037 or 11240109. OLE color: 11240109.

HSL color Cylindrical-coordinate representation of color #AD82AB: hue angle of 302.79º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD82AB is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 171 -
CMYK 0 0.25 0.01 0.32
HSL 302.79º 0.21% 0.59% -
HSV(B) 302.79º 0.25% 0.68% -
XYZ 32.57 27.79 42.18 -
YUV 147.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 173 130 171 0 0.25 0.01 0.32 302.79 0.21 0.59
Hex AD 82 AB 0 19 1 20 12F 15 3B
Octal 255 202 253 0 31 1 40 457 25 73
Binary 10101101 10000010 10101011 0 11001 1 100000 100101111 10101 111011

Color Harmonies of #AD82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82AB

Black with #AD82AB

Text Example


Text Example

White with #AD82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82AB; }

 p { color: rgb(173,130,171); }

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

background-color css

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

 a { background-color: rgb(173,130,171); }

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

border-color css

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

 span { border-color: rgb(173,130,171); }

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