Html Css Color HEX #AC80AB London Hue

📋 copy color: '#AC80AB'

red 172 ◦ green 128 ◦ blue 171

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

Shades of London Hue #AC80AB

Tints of London Hue #AC80AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.18%

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

R = 36.52%
G = 27.18%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC80AB (or 0xAC80AB) is known color: London Hue. HEX triplet: AC, 80 and AB. RGB value is (172,128,171). Sum of RGB (Red+Green+Blue) = 172+128+171=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80AB is #537F54. Grayscale: #919191. Windows color (decimal): -5472085 or 11239596. OLE color: 11239596.

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

Color convert

RGB 172 128 171 -
CMYK 0 0.26 0.01 0.33
HSL 301.36º 0.21% 0.59% -
HSV(B) 301.36º 0.26% 0.67% -
XYZ 32.08 27.15 42.08 -
YUV 146.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 172 128 171 0 0.26 0.01 0.33 301.36 0.21 0.59
Hex AC 80 AB 0 1A 1 21 12D 15 3B
Octal 254 200 253 0 32 1 41 455 25 73
Binary 10101100 10000000 10101011 0 11010 1 100001 100101101 10101 111011

Color Harmonies of #AC80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80AB

Black with #AC80AB

Text Example


Text Example

White with #AC80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80AB; }

 p { color: rgb(172,128,171); }

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

background-color css

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

 a { background-color: rgb(172,128,171); }

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

border-color css

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

 span { border-color: rgb(172,128,171); }

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