Html Css Color HEX #AD82AD London Hue

📋 copy color: '#AD82AD'

red 173 ◦ green 130 ◦ blue 173

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

Shades of London Hue #AD82AD

Tints of London Hue #AD82AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 36.34%
G = 27.31%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD82AD (or 0xAD82AD) is known color: London Hue. HEX triplet: AD, 82 and AD. RGB value is (173,130,173). Sum of RGB (Red+Green+Blue) = 173+130+173=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD82AD is #527D52. Grayscale: #939393. Windows color (decimal): -5406035 or 11371181. OLE color: 11371181.

HSL color Cylindrical-coordinate representation of color #AD82AD: hue angle of 300º 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 #AD82AD is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 173 -
CMYK 0 0.25 0 0.32
HSL 300º 0.21% 0.59% -
HSV(B) 300º 0.25% 0.68% -
XYZ 32.76 27.87 43.19 -
YUV 147.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 173 130 173 0 0.25 0 0.32 300 0.21 0.59
Hex AD 82 AD 0 19 0 20 12C 15 3B
Octal 255 202 255 0 31 0 40 454 25 73
Binary 10101101 10000010 10101101 0 11001 0 100000 100101100 10101 111011

Color Harmonies of #AD82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82AD

Black with #AD82AD

Text Example


Text Example

White with #AD82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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