Html Css Color HEX #AC33A8 Fuchsia

📋 copy color: '#AC33A8'

red 172 ◦ green 51 ◦ blue 168

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

Shades of Fuchsia #AC33A8

Tints of Fuchsia #AC33A8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.04%

 BLUE value IS 168 (66.02% from 255) = 42.97%

R = 43.99%
G = 13.04%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC33A8 (or 0xAC33A8) is known color: Fuchsia. HEX triplet: AC, 33 and A8. RGB value is (172,51,168). Sum of RGB (Red+Green+Blue) = 172+51+168=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC33A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC33A8 is #53CC57. Grayscale: #646464. Windows color (decimal): -5491800 or 11023276. OLE color: 11023276.

HSL color Cylindrical-coordinate representation of color #AC33A8: hue angle of 301.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC33A8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 168 -
CMYK 0 0.70 0.02 0.33
HSL 301.98º 0.54% 0.44% -
HSV(B) 301.98º 0.7% 0.67% -
XYZ 25.26 13.97 38.41 -
YUV 100.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 172 51 168 0 0.70 0.02 0.33 301.98 0.54 0.44
Hex AC 33 A8 0 46 2 21 12E 36 2C
Octal 254 63 250 0 106 2 41 456 66 54
Binary 10101100 110011 10101000 0 1000110 10 100001 100101110 110110 101100

Color Harmonies of #AC33A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33A8

Black with #AC33A8

Text Example


Text Example

White with #AC33A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33A8; }

 p { color: rgb(172,51,168); }

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

background-color css

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

 a { background-color: rgb(172,51,168); }

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

border-color css

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

 span { border-color: rgb(172,51,168); }

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