Html Css Color HEX #AC31AD Fuchsia

📋 copy color: '#AC31AD'

red 172 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #AC31AD

Tints of Fuchsia #AC31AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 43.65%
G = 12.44%
B = 43.91%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC31AD (or 0xAC31AD) is known color: Fuchsia. HEX triplet: AC, 31 and AD. RGB value is (172,49,173). Sum of RGB (Red+Green+Blue) = 172+49+173=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC31AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC31AD is #53CE52. Grayscale: #636363. Windows color (decimal): -5492307 or 11350444. OLE color: 11350444.

HSL color Cylindrical-coordinate representation of color #AC31AD: hue angle of 299.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC31AD is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 49 173 -
CMYK 0.01 0.72 0 0.32
HSL 299.52º 0.56% 0.44% -
HSV(B) 299.52º 0.72% 0.68% -
XYZ 25.65 13.98 40.88 -
YUV 99.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 172 49 173 0.01 0.72 0 0.32 299.52 0.56 0.44
Hex AC 31 AD 1 48 0 20 12C 38 2C
Octal 254 61 255 1 110 0 40 454 70 54
Binary 10101100 110001 10101101 1 1001000 0 100000 100101100 111000 101100

Color Harmonies of #AC31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31AD

Black with #AC31AD

Text Example


Text Example

White with #AC31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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