Html Css Color HEX #AC44BE Fuchsia

📋 copy color: '#AC44BE'

red 172 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #AC44BE

Tints of Fuchsia #AC44BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

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

R = 40%
G = 15.81%
B = 44.19%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC44BE (or 0xAC44BE) is known color: Fuchsia. HEX triplet: AC, 44 and BE. RGB value is (172,68,190). Sum of RGB (Red+Green+Blue) = 172+68+190=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC44BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44BE is #53BB41. Grayscale: #707070. Windows color (decimal): -5487426 or 12469420. OLE color: 12469420.

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

Color convert

RGB 172 68 190 -
CMYK 0.09 0.64 0 0.25
HSL 291.15º 0.48% 0.51% -
HSV(B) 291.15º 0.64% 0.75% -
XYZ 28.37 16.62 50.43 -
YUV 113 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 172 68 190 0.09 0.64 0 0.25 291.15 0.48 0.51
Hex AC 44 BE 9 40 0 19 123 30 33
Octal 254 104 276 11 100 0 31 443 60 63
Binary 10101100 1000100 10111110 1001 1000000 0 11001 100100011 110000 110011

Color Harmonies of #AC44BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44BE

Black with #AC44BE

Text Example


Text Example

White with #AC44BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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