Html Css Color HEX #AC8FA9 London Hue

📋 copy color: '#AC8FA9'

red 172 ◦ green 143 ◦ blue 169

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

Shades of London Hue #AC8FA9

Tints of London Hue #AC8FA9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.55%

 BLUE value IS 169 (66.41% from 255) = 34.92%

R = 35.54%
G = 29.55%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC8FA9 (or 0xAC8FA9) is known color: London Hue. HEX triplet: AC, 8F and A9. RGB value is (172,143,169). Sum of RGB (Red+Green+Blue) = 172+143+169=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA9 is #537056. Grayscale: #9A9A9A. Windows color (decimal): -5468247 or 11112364. OLE color: 11112364.

HSL color Cylindrical-coordinate representation of color #AC8FA9: hue angle of 306.21º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8FA9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 169 -
CMYK 0 0.17 0.02 0.33
HSL 306.21º 0.15% 0.62% -
HSV(B) 306.21º 0.17% 0.67% -
XYZ 34 31.28 41.78 -
YUV 154.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 172 143 169 0 0.17 0.02 0.33 306.21 0.15 0.62
Hex AC 8F A9 0 11 2 21 132 F 3E
Octal 254 217 251 0 21 2 41 462 17 76
Binary 10101100 10001111 10101001 0 10001 10 100001 100110010 1111 111110

Color Harmonies of #AC8FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FA9

Black with #AC8FA9

Text Example


Text Example

White with #AC8FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FA9; }

 p { color: rgb(172,143,169); }

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

background-color css

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

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

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

border-color css

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

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

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