Html Css Color HEX #AC41BB Fuchsia

📋 copy color: '#AC41BB'

red 172 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #AC41BB

Tints of Fuchsia #AC41BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 40.57%
G = 15.33%
B = 44.1%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC41BB (or 0xAC41BB) is known color: Fuchsia. HEX triplet: AC, 41 and BB. RGB value is (172,65,187). Sum of RGB (Red+Green+Blue) = 172+65+187=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC41BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41BB is #53BE44. Grayscale: #6E6E6E. Windows color (decimal): -5488197 or 12272044. OLE color: 12272044.

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

Color convert

RGB 172 65 187 -
CMYK 0.08 0.65 0 0.27
HSL 292.62º 0.48% 0.49% -
HSV(B) 292.62º 0.65% 0.73% -
XYZ 27.87 16.14 48.66 -
YUV 110.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 172 65 187 0.08 0.65 0 0.27 292.62 0.48 0.49
Hex AC 41 BB 8 41 0 1B 125 30 31
Octal 254 101 273 10 101 0 33 445 60 61
Binary 10101100 1000001 10111011 1000 1000001 0 11011 100100101 110000 110001

Color Harmonies of #AC41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41BB

Black with #AC41BB

Text Example


Text Example

White with #AC41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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