Html Css Color HEX #AC34AB Fuchsia

📋 copy color: '#AC34AB'

red 172 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #AC34AB

Tints of Fuchsia #AC34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 43.54%
G = 13.16%
B = 43.29%

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

#AC34AB (or 0xAC34AB) is known color: Fuchsia. HEX triplet: AC, 34 and AB. RGB value is (172,52,171). Sum of RGB (Red+Green+Blue) = 172+52+171=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC34AB is #53CB54. Grayscale: #656565. Windows color (decimal): -5491541 or 11220140. OLE color: 11220140.

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

Color convert

RGB 172 52 171 -
CMYK 0 0.70 0.01 0.33
HSL 300.5º 0.54% 0.44% -
HSV(B) 300.5º 0.7% 0.67% -
XYZ 25.59 14.17 39.91 -
YUV 101.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 172 52 171 0 0.70 0.01 0.33 300.5 0.54 0.44
Hex AC 34 AB 0 46 1 21 12C 36 2C
Octal 254 64 253 0 106 1 41 454 66 54
Binary 10101100 110100 10101011 0 1000110 1 100001 100101100 110110 101100

Color Harmonies of #AC34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34AB

Black with #AC34AB

Text Example


Text Example

White with #AC34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34AB; }

 p { color: rgb(172,52,171); }

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

background-color css

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

 a { background-color: rgb(172,52,171); }

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

border-color css

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

 span { border-color: rgb(172,52,171); }

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