Html Css Color HEX #AC41B0 Fuchsia

📋 copy color: '#AC41B0'

red 172 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #AC41B0

Tints of Fuchsia #AC41B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 41.65%
G = 15.74%
B = 42.62%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC41B0 (or 0xAC41B0) is known color: Fuchsia. HEX triplet: AC, 41 and B0. RGB value is (172,65,176). Sum of RGB (Red+Green+Blue) = 172+65+176=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC41B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC41B0 is #53BE4F. Grayscale: #6D6D6D. Windows color (decimal): -5488208 or 11551148. OLE color: 11551148.

HSL color Cylindrical-coordinate representation of color #AC41B0: hue angle of 297.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC41B0 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 65 176 -
CMYK 0.02 0.63 0 0.31
HSL 297.84º 0.46% 0.47% -
HSV(B) 297.84º 0.63% 0.69% -
XYZ 26.74 15.69 42.69 -
YUV 109.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 172 65 176 0.02 0.63 0 0.31 297.84 0.46 0.47
Hex AC 41 B0 2 3F 0 1F 12A 2E 2F
Octal 254 101 260 2 77 0 37 452 56 57
Binary 10101100 1000001 10110000 10 111111 0 11111 100101010 101110 101111

Color Harmonies of #AC41B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41B0

Black with #AC41B0

Text Example


Text Example

White with #AC41B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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