Html Css Color HEX #AC9FAC London Hue

📋 copy color: '#AC9FAC'

red 172 ◦ green 159 ◦ blue 172

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

Shades of London Hue #AC9FAC

Tints of London Hue #AC9FAC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.61%

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

R = 34.19%
G = 31.61%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC9FAC (or 0xAC9FAC) is known color: London Hue. HEX triplet: AC, 9F and AC. RGB value is (172,159,172). Sum of RGB (Red+Green+Blue) = 172+159+172=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAC is #536053. Grayscale: #A4A4A4. Windows color (decimal): -5464148 or 11313068. OLE color: 11313068.

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

Color convert

RGB 172 159 172 -
CMYK 0 0.08 0 0.33
HSL 300º 0.07% 0.65% -
HSV(B) 300º 0.08% 0.67% -
XYZ 36.86 36.55 44.14 -
YUV 164.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 172 159 172 0 0.08 0 0.33 300 0.07 0.65
Hex AC 9F AC 0 8 0 21 12C 7 41
Octal 254 237 254 0 10 0 41 454 7 101
Binary 10101100 10011111 10101100 0 1000 0 100001 100101100 111 1000001

Color Harmonies of #AC9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FAC

Black with #AC9FAC

Text Example


Text Example

White with #AC9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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