Html Css Color HEX #AC41BA Fuchsia

📋 copy color: '#AC41BA'

red 172 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #AC41BA

Tints of Fuchsia #AC41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

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

R = 40.66%
G = 15.37%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC41BA (or 0xAC41BA) is known color: Fuchsia. HEX triplet: AC, 41 and BA. RGB value is (172,65,186). Sum of RGB (Red+Green+Blue) = 172+65+186=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC41BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41BA is #53BE45. Grayscale: #6E6E6E. Windows color (decimal): -5488198 or 12206508. OLE color: 12206508.

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

Color convert

RGB 172 65 186 -
CMYK 0.08 0.65 0 0.27
HSL 293.06º 0.48% 0.49% -
HSV(B) 293.06º 0.65% 0.73% -
XYZ 27.77 16.1 48.1 -
YUV 110.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 172 65 186 0.08 0.65 0 0.27 293.06 0.48 0.49
Hex AC 41 BA 8 41 0 1B 125 30 31
Octal 254 101 272 10 101 0 33 445 60 61
Binary 10101100 1000001 10111010 1000 1000001 0 11011 100100101 110000 110001

Color Harmonies of #AC41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41BA

Black with #AC41BA

Text Example


Text Example

White with #AC41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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