Html Css Color HEX #AC81AD London Hue

📋 copy color: '#AC81AD'

red 172 ◦ green 129 ◦ blue 173

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

Shades of London Hue #AC81AD

Tints of London Hue #AC81AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

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

R = 36.29%
G = 27.22%
B = 36.5%

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

#AC81AD (or 0xAC81AD) is known color: London Hue. HEX triplet: AC, 81 and AD. RGB value is (172,129,173). Sum of RGB (Red+Green+Blue) = 172+129+173=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AD is #537E52. Grayscale: #929292. Windows color (decimal): -5471827 or 11370924. OLE color: 11370924.

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

Color convert

RGB 172 129 173 -
CMYK 0.01 0.25 0 0.32
HSL 298.64º 0.21% 0.59% -
HSV(B) 298.64º 0.25% 0.68% -
XYZ 32.41 27.49 43.13 -
YUV 146.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 172 129 173 0.01 0.25 0 0.32 298.64 0.21 0.59
Hex AC 81 AD 1 19 0 20 12B 15 3B
Octal 254 201 255 1 31 0 40 453 25 73
Binary 10101100 10000001 10101101 1 11001 0 100000 100101011 10101 111011

Color Harmonies of #AC81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81AD

Black with #AC81AD

Text Example


Text Example

White with #AC81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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