Html Css Color HEX #AC9FAA London Hue

📋 copy color: '#AC9FAA'

red 172 ◦ green 159 ◦ blue 170

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

Shades of London Hue #AC9FAA

Tints of London Hue #AC9FAA

RGB

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

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

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

R = 34.33%
G = 31.74%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC9FAA (or 0xAC9FAA) is known color: London Hue. HEX triplet: AC, 9F and AA. RGB value is (172,159,170). Sum of RGB (Red+Green+Blue) = 172+159+170=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FAA is #536055. Grayscale: #A4A4A4. Windows color (decimal): -5464150 or 11181996. OLE color: 11181996.

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

Color convert

RGB 172 159 170 -
CMYK 0 0.08 0.01 0.33
HSL 309.23º 0.07% 0.65% -
HSV(B) 309.23º 0.08% 0.67% -
XYZ 36.67 36.47 43.14 -
YUV 164.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 172 159 170 0 0.08 0.01 0.33 309.23 0.07 0.65
Hex AC 9F AA 0 8 1 21 135 7 41
Octal 254 237 252 0 10 1 41 465 7 101
Binary 10101100 10011111 10101010 0 1000 1 100001 100110101 111 1000001

Color Harmonies of #AC9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FAA

Black with #AC9FAA

Text Example


Text Example

White with #AC9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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