Html Css Color HEX #AC81AA London Hue

📋 copy color: '#AC81AA'

red 172 ◦ green 129 ◦ blue 170

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

Shades of London Hue #AC81AA

Tints of London Hue #AC81AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 36.52%
G = 27.39%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC81AA (or 0xAC81AA) is known color: London Hue. HEX triplet: AC, 81 and AA. RGB value is (172,129,170). Sum of RGB (Red+Green+Blue) = 172+129+170=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81AA is #537E55. Grayscale: #929292. Windows color (decimal): -5471830 or 11174316. OLE color: 11174316.

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

Color convert

RGB 172 129 170 -
CMYK 0 0.25 0.01 0.33
HSL 302.79º 0.21% 0.59% -
HSV(B) 302.79º 0.25% 0.67% -
XYZ 32.12 27.37 41.62 -
YUV 146.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 172 129 170 0 0.25 0.01 0.33 302.79 0.21 0.59
Hex AC 81 AA 0 19 1 21 12F 15 3B
Octal 254 201 252 0 31 1 41 457 25 73
Binary 10101100 10000001 10101010 0 11001 1 100001 100101111 10101 111011

Color Harmonies of #AC81AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81AA

Black with #AC81AA

Text Example


Text Example

White with #AC81AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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