Html Css Color HEX #AC49B2 Fuchsia

📋 copy color: '#AC49B2'

red 172 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #AC49B2

Tints of Fuchsia #AC49B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 40.66%
G = 17.26%
B = 42.08%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC49B2 (or 0xAC49B2) is known color: Fuchsia. HEX triplet: AC, 49 and B2. RGB value is (172,73,178). Sum of RGB (Red+Green+Blue) = 172+73+178=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC49B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC49B2 is #53B64D. Grayscale: #727272. Windows color (decimal): -5486158 or 11684268. OLE color: 11684268.

HSL color Cylindrical-coordinate representation of color #AC49B2: hue angle of 296.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC49B2 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 73 178 -
CMYK 0.03 0.59 0 0.30
HSL 296.57º 0.42% 0.49% -
HSV(B) 296.57º 0.59% 0.7% -
XYZ 27.43 16.75 43.91 -
YUV 114.57 163.8 168.96 -
System Red Green Blue C M Y K H S L
Decimal 172 73 178 0.03 0.59 0 0.30 296.57 0.42 0.49
Hex AC 49 B2 3 3B 0 1E 129 2A 31
Octal 254 111 262 3 73 0 36 451 52 61
Binary 10101100 1001001 10110010 11 111011 0 11110 100101001 101010 110001

Color Harmonies of #AC49B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49B2

Black with #AC49B2

Text Example


Text Example

White with #AC49B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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