Html Css Color HEX #AC41B8 Fuchsia

📋 copy color: '#AC41B8'

red 172 ◦ green 65 ◦ blue 184

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

Shades of Fuchsia #AC41B8

Tints of Fuchsia #AC41B8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.44%

 BLUE value IS 184 (72.27% from 255) = 43.71%

R = 40.86%
G = 15.44%
B = 43.71%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC41B8 (or 0xAC41B8) is known color: Fuchsia. HEX triplet: AC, 41 and B8. RGB value is (172,65,184). Sum of RGB (Red+Green+Blue) = 172+65+184=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC41B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41B8 is #53BE47. Grayscale: #6E6E6E. Windows color (decimal): -5488200 or 12075436. OLE color: 12075436.

HSL color Cylindrical-coordinate representation of color #AC41B8: hue angle of 293.95º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC41B8 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 65 184 -
CMYK 0.07 0.65 0 0.28
HSL 293.95º 0.48% 0.49% -
HSV(B) 293.95º 0.65% 0.72% -
XYZ 27.56 16.01 46.99 -
YUV 110.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 172 65 184 0.07 0.65 0 0.28 293.95 0.48 0.49
Hex AC 41 B8 7 41 0 1C 126 30 31
Octal 254 101 270 7 101 0 34 446 60 61
Binary 10101100 1000001 10111000 111 1000001 0 11100 100100110 110000 110001

Color Harmonies of #AC41B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41B8

Black with #AC41B8

Text Example


Text Example

White with #AC41B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41B8; }

 p { color: rgb(172,65,184); }

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

background-color css

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

 a { background-color: rgb(172,65,184); }

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

border-color css

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

 span { border-color: rgb(172,65,184); }

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