Html Css Color HEX #AC3FAC Fuchsia

📋 copy color: '#AC3FAC'

red 172 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #AC3FAC

Tints of Fuchsia #AC3FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.48%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 42.26%
G = 15.48%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC3FAC (or 0xAC3FAC) is known color: Fuchsia. HEX triplet: AC, 3F and AC. RGB value is (172,63,172). Sum of RGB (Red+Green+Blue) = 172+63+172=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FAC is #53C053. Grayscale: #6B6B6B. Windows color (decimal): -5488724 or 11288492. OLE color: 11288492.

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

Color convert

RGB 172 63 172 -
CMYK 0 0.63 0 0.33
HSL 300º 0.46% 0.46% -
HSV(B) 300º 0.63% 0.67% -
XYZ 26.24 15.3 40.6 -
YUV 108.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 172 63 172 0 0.63 0 0.33 300 0.46 0.46
Hex AC 3F AC 0 3F 0 21 12C 2E 2E
Octal 254 77 254 0 77 0 41 454 56 56
Binary 10101100 111111 10101100 0 111111 0 100001 100101100 101110 101110

Color Harmonies of #AC3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FAC

Black with #AC3FAC

Text Example


Text Example

White with #AC3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FAC; }

 p { color: rgb(172,63,172); }

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

background-color css

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

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

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

border-color css

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

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

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