Html Css Color HEX #AC8FA7 London Hue

📋 copy color: '#AC8FA7'

red 172 ◦ green 143 ◦ blue 167

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

Shades of London Hue #AC8FA7

Tints of London Hue #AC8FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.65%

R = 35.68%
G = 29.67%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AC8FA7 (or 0xAC8FA7) is known color: London Hue. HEX triplet: AC, 8F and A7. RGB value is (172,143,167). Sum of RGB (Red+Green+Blue) = 172+143+167=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA7 is #537058. Grayscale: #9A9A9A. Windows color (decimal): -5468249 or 10981292. OLE color: 10981292.

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

Color convert

RGB 172 143 167 -
CMYK 0 0.17 0.03 0.33
HSL 310.34º 0.15% 0.62% -
HSV(B) 310.34º 0.17% 0.67% -
XYZ 33.81 31.21 40.8 -
YUV 154.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 172 143 167 0 0.17 0.03 0.33 310.34 0.15 0.62
Hex AC 8F A7 0 11 3 21 136 F 3E
Octal 254 217 247 0 21 3 41 466 17 76
Binary 10101100 10001111 10100111 0 10001 11 100001 100110110 1111 111110

Color Harmonies of #AC8FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FA7

Black with #AC8FA7

Text Example


Text Example

White with #AC8FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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