Html Css Color HEX #AC49BC Fuchsia

📋 copy color: '#AC49BC'

red 172 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #AC49BC

Tints of Fuchsia #AC49BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.86%

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

R = 39.72%
G = 16.86%
B = 43.42%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC49BC (or 0xAC49BC) is known color: Fuchsia. HEX triplet: AC, 49 and BC. RGB value is (172,73,188). Sum of RGB (Red+Green+Blue) = 172+73+188=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC49BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49BC is #53B643. Grayscale: #737373. Windows color (decimal): -5486148 or 12339628. OLE color: 12339628.

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

Color convert

RGB 172 73 188 -
CMYK 0.09 0.61 0 0.26
HSL 291.65º 0.46% 0.51% -
HSV(B) 291.65º 0.61% 0.74% -
XYZ 28.47 17.17 49.39 -
YUV 115.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 172 73 188 0.09 0.61 0 0.26 291.65 0.46 0.51
Hex AC 49 BC 9 3D 0 1A 124 2E 33
Octal 254 111 274 11 75 0 32 444 56 63
Binary 10101100 1001001 10111100 1001 111101 0 11010 100100100 101110 110011

Color Harmonies of #AC49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49BC

Black with #AC49BC

Text Example


Text Example

White with #AC49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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