Html Css Color HEX #AC8DAC London Hue

📋 copy color: '#AC8DAC'

red 172 ◦ green 141 ◦ blue 172

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

Shades of London Hue #AC8DAC

Tints of London Hue #AC8DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 172 (67.58% from 255) = 35.46%

R = 35.46%
G = 29.07%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC8DAC (or 0xAC8DAC) is known color: London Hue. HEX triplet: AC, 8D and AC. RGB value is (172,141,172). Sum of RGB (Red+Green+Blue) = 172+141+172=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DAC is #537253. Grayscale: #999999. Windows color (decimal): -5468756 or 11308460. OLE color: 11308460.

HSL color Cylindrical-coordinate representation of color #AC8DAC: hue angle of 300º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8DAC is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 172 -
CMYK 0 0.18 0 0.33
HSL 300º 0.16% 0.61% -
HSV(B) 300º 0.18% 0.67% -
XYZ 33.98 30.8 43.18 -
YUV 153.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 172 141 172 0 0.18 0 0.33 300 0.16 0.61
Hex AC 8D AC 0 12 0 21 12C 10 3D
Octal 254 215 254 0 22 0 41 454 20 75
Binary 10101100 10001101 10101100 0 10010 0 100001 100101100 10000 111101

Color Harmonies of #AC8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DAC

Black with #AC8DAC

Text Example


Text Example

White with #AC8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DAC; }

 p { color: rgb(172,141,172); }

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

background-color css

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

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

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

border-color css

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

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

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