Html Css Color HEX #AC40B0 Fuchsia

📋 copy color: '#AC40B0'

red 172 ◦ green 64 ◦ blue 176

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

Shades of Fuchsia #AC40B0

Tints of Fuchsia #AC40B0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

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

R = 41.75%
G = 15.53%
B = 42.72%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC40B0 (or 0xAC40B0) is known color: Fuchsia. HEX triplet: AC, 40 and B0. RGB value is (172,64,176). Sum of RGB (Red+Green+Blue) = 172+64+176=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC40B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC40B0 is #53BF4F. Grayscale: #6C6C6C. Windows color (decimal): -5488464 or 11550892. OLE color: 11550892.

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

Color convert

RGB 172 64 176 -
CMYK 0.02 0.64 0 0.31
HSL 297.86º 0.47% 0.47% -
HSV(B) 297.86º 0.64% 0.69% -
XYZ 26.68 15.57 42.67 -
YUV 109.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 172 64 176 0.02 0.64 0 0.31 297.86 0.47 0.47
Hex AC 40 B0 2 40 0 1F 12A 2F 2F
Octal 254 100 260 2 100 0 37 452 57 57
Binary 10101100 1000000 10110000 10 1000000 0 11111 100101010 101111 101111

Color Harmonies of #AC40B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40B0

Black with #AC40B0

Text Example


Text Example

White with #AC40B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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