Html Css Color HEX #AC46BA Fuchsia

📋 copy color: '#AC46BA'

red 172 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #AC46BA

Tints of Fuchsia #AC46BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 40.19%
G = 16.36%
B = 43.46%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC46BA (or 0xAC46BA) is known color: Fuchsia. HEX triplet: AC, 46 and BA. RGB value is (172,70,186). Sum of RGB (Red+Green+Blue) = 172+70+186=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC46BA is #53B945. Grayscale: #717171. Windows color (decimal): -5486918 or 12207788. OLE color: 12207788.

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

Color convert

RGB 172 70 186 -
CMYK 0.08 0.62 0 0.27
HSL 292.76º 0.46% 0.5% -
HSV(B) 292.76º 0.62% 0.73% -
XYZ 28.07 16.7 48.2 -
YUV 113.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 172 70 186 0.08 0.62 0 0.27 292.76 0.46 0.5
Hex AC 46 BA 8 3E 0 1B 125 2E 32
Octal 254 106 272 10 76 0 33 445 56 62
Binary 10101100 1000110 10111010 1000 111110 0 11011 100100101 101110 110010

Color Harmonies of #AC46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC46BA

Black with #AC46BA

Text Example


Text Example

White with #AC46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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