Html Css Color HEX #AC8FA8 London Hue

📋 copy color: '#AC8FA8'

red 172 ◦ green 143 ◦ blue 168

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

Shades of London Hue #AC8FA8

Tints of London Hue #AC8FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 35.61%
G = 29.61%
B = 34.78%

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

#AC8FA8 (or 0xAC8FA8) is known color: London Hue. HEX triplet: AC, 8F and A8. RGB value is (172,143,168). Sum of RGB (Red+Green+Blue) = 172+143+168=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA8 is #537057. Grayscale: #9A9A9A. Windows color (decimal): -5468248 or 11046828. OLE color: 11046828.

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

Color convert

RGB 172 143 168 -
CMYK 0 0.17 0.02 0.33
HSL 308.28º 0.15% 0.62% -
HSV(B) 308.28º 0.17% 0.67% -
XYZ 33.9 31.24 41.29 -
YUV 154.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 172 143 168 0 0.17 0.02 0.33 308.28 0.15 0.62
Hex AC 8F A8 0 11 2 21 134 F 3E
Octal 254 217 250 0 21 2 41 464 17 76
Binary 10101100 10001111 10101000 0 10001 10 100001 100110100 1111 111110

Color Harmonies of #AC8FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FA8

Black with #AC8FA8

Text Example


Text Example

White with #AC8FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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