Html Css Color HEX #AC3FBA Fuchsia

📋 copy color: '#AC3FBA'

red 172 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #AC3FBA

Tints of Fuchsia #AC3FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 40.86%
G = 14.96%
B = 44.18%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC3FBA (or 0xAC3FBA) is known color: Fuchsia. HEX triplet: AC, 3F and BA. RGB value is (172,63,186). Sum of RGB (Red+Green+Blue) = 172+63+186=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FBA is #53C045. Grayscale: #6D6D6D. Windows color (decimal): -5488710 or 12205996. OLE color: 12205996.

HSL color Cylindrical-coordinate representation of color #AC3FBA: hue angle of 293.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3FBA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 63 186 -
CMYK 0.08 0.66 0 0.27
HSL 293.17º 0.49% 0.49% -
HSV(B) 293.17º 0.66% 0.73% -
XYZ 27.65 15.87 48.06 -
YUV 109.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 172 63 186 0.08 0.66 0 0.27 293.17 0.49 0.49
Hex AC 3F BA 8 42 0 1B 125 31 31
Octal 254 77 272 10 102 0 33 445 61 61
Binary 10101100 111111 10111010 1000 1000010 0 11011 100100101 110001 110001

Color Harmonies of #AC3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FBA

Black with #AC3FBA

Text Example


Text Example

White with #AC3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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