Html Css Color HEX #AC82AD London Hue

📋 copy color: '#AC82AD'

red 172 ◦ green 130 ◦ blue 173

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

Shades of London Hue #AC82AD

Tints of London Hue #AC82AD

RGB

 RED value IS 172 (67.58% from 255) = 36.21%

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

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

R = 36.21%
G = 27.37%
B = 36.42%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC82AD (or 0xAC82AD) is known color: London Hue. HEX triplet: AC, 82 and AD. RGB value is (172,130,173). Sum of RGB (Red+Green+Blue) = 172+130+173=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC82AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82AD is #537D52. Grayscale: #939393. Windows color (decimal): -5471571 or 11371180. OLE color: 11371180.

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

Color convert

RGB 172 130 173 -
CMYK 0.01 0.25 0 0.32
HSL 298.6º 0.21% 0.59% -
HSV(B) 298.6º 0.25% 0.68% -
XYZ 32.54 27.75 43.18 -
YUV 147.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 172 130 173 0.01 0.25 0 0.32 298.6 0.21 0.59
Hex AC 82 AD 1 19 0 20 12B 15 3B
Octal 254 202 255 1 31 0 40 453 25 73
Binary 10101100 10000010 10101101 1 11001 0 100000 100101011 10101 111011

Color Harmonies of #AC82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC82AD

Black with #AC82AD

Text Example


Text Example

White with #AC82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC82AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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