Html Css Color HEX #AC41BF Fuchsia

📋 copy color: '#AC41BF'

red 172 ◦ green 65 ◦ blue 191

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

Shades of Fuchsia #AC41BF

Tints of Fuchsia #AC41BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 40.19%
G = 15.19%
B = 44.63%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC41BF (or 0xAC41BF) is known color: Fuchsia. HEX triplet: AC, 41 and BF. RGB value is (172,65,191). Sum of RGB (Red+Green+Blue) = 172+65+191=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41BF is #53BE40. Grayscale: #6E6E6E. Windows color (decimal): -5488193 or 12534188. OLE color: 12534188.

HSL color Cylindrical-coordinate representation of color #AC41BF: hue angle of 290.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC41BF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 65 191 -
CMYK 0.10 0.66 0 0.25
HSL 290.95º 0.5% 0.5% -
HSV(B) 290.95º 0.66% 0.75% -
XYZ 28.31 16.31 50.95 -
YUV 111.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 172 65 191 0.10 0.66 0 0.25 290.95 0.5 0.5
Hex AC 41 BF A 42 0 19 123 32 32
Octal 254 101 277 12 102 0 31 443 62 62
Binary 10101100 1000001 10111111 1010 1000010 0 11001 100100011 110010 110010

Color Harmonies of #AC41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41BF

Black with #AC41BF

Text Example


Text Example

White with #AC41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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