Html Css Color HEX #AC34A8 Fuchsia

📋 copy color: '#AC34A8'

red 172 ◦ green 52 ◦ blue 168

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

Shades of Fuchsia #AC34A8

Tints of Fuchsia #AC34A8

RGB

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

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

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

R = 43.88%
G = 13.27%
B = 42.86%

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

#AC34A8 (or 0xAC34A8) is known color: Fuchsia. HEX triplet: AC, 34 and A8. RGB value is (172,52,168). Sum of RGB (Red+Green+Blue) = 172+52+168=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC34A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC34A8 is #53CB57. Grayscale: #646464. Windows color (decimal): -5491544 or 11023532. OLE color: 11023532.

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

Color convert

RGB 172 52 168 -
CMYK 0 0.70 0.02 0.33
HSL 302º 0.54% 0.44% -
HSV(B) 302º 0.7% 0.67% -
XYZ 25.31 14.05 38.42 -
YUV 101.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 172 52 168 0 0.70 0.02 0.33 302 0.54 0.44
Hex AC 34 A8 0 46 2 21 12E 36 2C
Octal 254 64 250 0 106 2 41 456 66 54
Binary 10101100 110100 10101000 0 1000110 10 100001 100101110 110110 101100

Color Harmonies of #AC34A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34A8

Black with #AC34A8

Text Example


Text Example

White with #AC34A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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