Html Css Color HEX #AC4FBC Fuchsia

📋 copy color: '#AC4FBC'

red 172 ◦ green 79 ◦ blue 188

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

Shades of Fuchsia #AC4FBC

Tints of Fuchsia #AC4FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 39.18%
G = 18%
B = 42.82%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC4FBC (or 0xAC4FBC) is known color: Fuchsia. HEX triplet: AC, 4F and BC. RGB value is (172,79,188). Sum of RGB (Red+Green+Blue) = 172+79+188=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FBC is #53B043. Grayscale: #767676. Windows color (decimal): -5484612 or 12341164. OLE color: 12341164.

HSL color Cylindrical-coordinate representation of color #AC4FBC: hue angle of 291.19º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4FBC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 79 188 -
CMYK 0.09 0.58 0 0.26
HSL 291.19º 0.45% 0.52% -
HSV(B) 291.19º 0.58% 0.74% -
XYZ 28.89 17.99 49.53 -
YUV 119.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 172 79 188 0.09 0.58 0 0.26 291.19 0.45 0.52
Hex AC 4F BC 9 3A 0 1A 123 2D 34
Octal 254 117 274 11 72 0 32 443 55 64
Binary 10101100 1001111 10111100 1001 111010 0 11010 100100011 101101 110100

Color Harmonies of #AC4FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FBC

Black with #AC4FBC

Text Example


Text Example

White with #AC4FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FBC; }

 p { color: rgb(172,79,188); }

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

background-color css

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

 a { background-color: rgb(172,79,188); }

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

border-color css

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

 span { border-color: rgb(172,79,188); }

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