Html Css Color HEX #AC31A8 Fuchsia

📋 copy color: '#AC31A8'

red 172 ◦ green 49 ◦ blue 168

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

Shades of Fuchsia #AC31A8

Tints of Fuchsia #AC31A8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.6%

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

R = 44.22%
G = 12.6%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC31A8 (or 0xAC31A8) is known color: Fuchsia. HEX triplet: AC, 31 and A8. RGB value is (172,49,168). Sum of RGB (Red+Green+Blue) = 172+49+168=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC31A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC31A8 is #53CE57. Grayscale: #626262. Windows color (decimal): -5492312 or 11022764. OLE color: 11022764.

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

Color convert

RGB 172 49 168 -
CMYK 0 0.72 0.02 0.33
HSL 301.95º 0.56% 0.43% -
HSV(B) 301.95º 0.72% 0.67% -
XYZ 25.18 13.79 38.38 -
YUV 99.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 172 49 168 0 0.72 0.02 0.33 301.95 0.56 0.43
Hex AC 31 A8 0 48 2 21 12E 38 2B
Octal 254 61 250 0 110 2 41 456 70 53
Binary 10101100 110001 10101000 0 1001000 10 100001 100101110 111000 101011

Color Harmonies of #AC31A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31A8

Black with #AC31A8

Text Example


Text Example

White with #AC31A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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