Html Css Color HEX #AC43BA Fuchsia

📋 copy color: '#AC43BA'

red 172 ◦ green 67 ◦ blue 186

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

Shades of Fuchsia #AC43BA

Tints of Fuchsia #AC43BA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.76%

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

R = 40.47%
G = 15.76%
B = 43.76%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC43BA (or 0xAC43BA) is known color: Fuchsia. HEX triplet: AC, 43 and BA. RGB value is (172,67,186). Sum of RGB (Red+Green+Blue) = 172+67+186=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43BA is #53BC45. Grayscale: #6F6F6F. Windows color (decimal): -5487686 or 12207020. OLE color: 12207020.

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

Color convert

RGB 172 67 186 -
CMYK 0.08 0.64 0 0.27
HSL 292.94º 0.47% 0.5% -
HSV(B) 292.94º 0.64% 0.73% -
XYZ 27.88 16.33 48.14 -
YUV 111.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 172 67 186 0.08 0.64 0 0.27 292.94 0.47 0.5
Hex AC 43 BA 8 40 0 1B 125 2F 32
Octal 254 103 272 10 100 0 33 445 57 62
Binary 10101100 1000011 10111010 1000 1000000 0 11011 100100101 101111 110010

Color Harmonies of #AC43BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43BA

Black with #AC43BA

Text Example


Text Example

White with #AC43BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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