Html Css Color HEX #AC49BE Fuchsia

📋 copy color: '#AC49BE'

red 172 ◦ green 73 ◦ blue 190

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

Shades of Fuchsia #AC49BE

Tints of Fuchsia #AC49BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 39.54%
G = 16.78%
B = 43.68%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC49BE (or 0xAC49BE) is known color: Fuchsia. HEX triplet: AC, 49 and BE. RGB value is (172,73,190). Sum of RGB (Red+Green+Blue) = 172+73+190=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC49BE is #53B641. Grayscale: #737373. Windows color (decimal): -5486146 or 12470700. OLE color: 12470700.

HSL color Cylindrical-coordinate representation of color #AC49BE: hue angle of 290.77º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC49BE is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 73 190 -
CMYK 0.09 0.62 0 0.25
HSL 290.77º 0.47% 0.52% -
HSV(B) 290.77º 0.62% 0.75% -
XYZ 28.69 17.25 50.53 -
YUV 115.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 172 73 190 0.09 0.62 0 0.25 290.77 0.47 0.52
Hex AC 49 BE 9 3E 0 19 123 2F 34
Octal 254 111 276 11 76 0 31 443 57 64
Binary 10101100 1001001 10111110 1001 111110 0 11001 100100011 101111 110100

Color Harmonies of #AC49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC49BE

Black with #AC49BE

Text Example


Text Example

White with #AC49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC49BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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