Html Css Color HEX #AC36AA Fuchsia

📋 copy color: '#AC36AA'

red 172 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #AC36AA

Tints of Fuchsia #AC36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.64%

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

R = 43.43%
G = 13.64%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC36AA (or 0xAC36AA) is known color: Fuchsia. HEX triplet: AC, 36 and AA. RGB value is (172,54,170). Sum of RGB (Red+Green+Blue) = 172+54+170=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC36AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC36AA is #53C955. Grayscale: #666666. Windows color (decimal): -5491030 or 11155116. OLE color: 11155116.

HSL color Cylindrical-coordinate representation of color #AC36AA: hue angle of 301.02º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC36AA is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 54 170 -
CMYK 0 0.69 0.01 0.33
HSL 301.02º 0.52% 0.44% -
HSV(B) 301.02º 0.69% 0.67% -
XYZ 25.59 14.31 39.44 -
YUV 102.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 172 54 170 0 0.69 0.01 0.33 301.02 0.52 0.44
Hex AC 36 AA 0 45 1 21 12D 34 2C
Octal 254 66 252 0 105 1 41 455 64 54
Binary 10101100 110110 10101010 0 1000101 1 100001 100101101 110100 101100

Color Harmonies of #AC36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36AA

Black with #AC36AA

Text Example


Text Example

White with #AC36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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