Html Css Color HEX #AC9EAC London Hue

📋 copy color: '#AC9EAC'

red 172 ◦ green 158 ◦ blue 172

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

Shades of London Hue #AC9EAC

Tints of London Hue #AC9EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.47%

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

R = 34.26%
G = 31.47%
B = 34.26%

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

#AC9EAC (or 0xAC9EAC) is known color: London Hue. HEX triplet: AC, 9E and AC. RGB value is (172,158,172). Sum of RGB (Red+Green+Blue) = 172+158+172=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EAC is #536153. Grayscale: #A3A3A3. Windows color (decimal): -5464404 or 11312812. OLE color: 11312812.

HSL color Cylindrical-coordinate representation of color #AC9EAC: hue angle of 300º degrees, saturation: 0.08, 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 #AC9EAC is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 172 -
CMYK 0 0.08 0 0.33
HSL 300º 0.08% 0.65% -
HSV(B) 300º 0.08% 0.67% -
XYZ 36.69 36.2 44.08 -
YUV 163.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 172 158 172 0 0.08 0 0.33 300 0.08 0.65
Hex AC 9E AC 0 8 0 21 12C 8 41
Octal 254 236 254 0 10 0 41 454 10 101
Binary 10101100 10011110 10101100 0 1000 0 100001 100101100 1000 1000001

Color Harmonies of #AC9EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EAC

Black with #AC9EAC

Text Example


Text Example

White with #AC9EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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