Html Css Color HEX #AC33AA Fuchsia

📋 copy color: '#AC33AA'

red 172 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #AC33AA

Tints of Fuchsia #AC33AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 43.77%
G = 12.98%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC33AA (or 0xAC33AA) is known color: Fuchsia. HEX triplet: AC, 33 and AA. RGB value is (172,51,170). Sum of RGB (Red+Green+Blue) = 172+51+170=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC33AA is #53CC55. Grayscale: #646464. Windows color (decimal): -5491798 or 11154348. OLE color: 11154348.

HSL color Cylindrical-coordinate representation of color #AC33AA: hue angle of 300.99º 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 #AC33AA is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 170 -
CMYK 0 0.70 0.01 0.33
HSL 300.99º 0.54% 0.44% -
HSV(B) 300.99º 0.7% 0.67% -
XYZ 25.45 14.04 39.4 -
YUV 100.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 172 51 170 0 0.70 0.01 0.33 300.99 0.54 0.44
Hex AC 33 AA 0 46 1 21 12D 36 2C
Octal 254 63 252 0 106 1 41 455 66 54
Binary 10101100 110011 10101010 0 1000110 1 100001 100101101 110110 101100

Color Harmonies of #AC33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC33AA

Black with #AC33AA

Text Example


Text Example

White with #AC33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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