Html Css Color HEX #AC8FA4 London Hue

📋 copy color: '#AC8FA4'

red 172 ◦ green 143 ◦ blue 164

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

Shades of London Hue #AC8FA4

Tints of London Hue #AC8FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.24%

R = 35.91%
G = 29.85%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC8FA4 (or 0xAC8FA4) is known color: London Hue. HEX triplet: AC, 8F and A4. RGB value is (172,143,164). Sum of RGB (Red+Green+Blue) = 172+143+164=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA4 is #53705B. Grayscale: #9A9A9A. Windows color (decimal): -5468252 or 10784684. OLE color: 10784684.

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

Color convert

RGB 172 143 164 -
CMYK 0 0.17 0.05 0.33
HSL 316.55º 0.15% 0.62% -
HSV(B) 316.55º 0.17% 0.67% -
XYZ 33.54 31.1 39.36 -
YUV 154.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 172 143 164 0 0.17 0.05 0.33 316.55 0.15 0.62
Hex AC 8F A4 0 11 5 21 13D F 3E
Octal 254 217 244 0 21 5 41 475 17 76
Binary 10101100 10001111 10100100 0 10001 101 100001 100111101 1111 111110

Color Harmonies of #AC8FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FA4

Black with #AC8FA4

Text Example


Text Example

White with #AC8FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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