Html Css Color HEX #AC44BA Fuchsia

📋 copy color: '#AC44BA'

red 172 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #AC44BA

Tints of Fuchsia #AC44BA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.96%

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

R = 40.38%
G = 15.96%
B = 43.66%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC44BA (or 0xAC44BA) is known color: Fuchsia. HEX triplet: AC, 44 and BA. RGB value is (172,68,186). Sum of RGB (Red+Green+Blue) = 172+68+186=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC44BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44BA is #53BB45. Grayscale: #707070. Windows color (decimal): -5487430 or 12207276. OLE color: 12207276.

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

Color convert

RGB 172 68 186 -
CMYK 0.08 0.63 0 0.27
HSL 292.88º 0.46% 0.5% -
HSV(B) 292.88º 0.63% 0.73% -
XYZ 27.94 16.45 48.16 -
YUV 112.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 172 68 186 0.08 0.63 0 0.27 292.88 0.46 0.5
Hex AC 44 BA 8 3F 0 1B 125 2E 32
Octal 254 104 272 10 77 0 33 445 56 62
Binary 10101100 1000100 10111010 1000 111111 0 11011 100100101 101110 110010

Color Harmonies of #AC44BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44BA

Black with #AC44BA

Text Example


Text Example

White with #AC44BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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