Html Css Color HEX #AC40BD Fuchsia

📋 copy color: '#AC40BD'

red 172 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #AC40BD

Tints of Fuchsia #AC40BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 40.47%
G = 15.06%
B = 44.47%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC40BD (or 0xAC40BD) is known color: Fuchsia. HEX triplet: AC, 40 and BD. RGB value is (172,64,189). Sum of RGB (Red+Green+Blue) = 172+64+189=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC40BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40BD is #53BF42. Grayscale: #6E6E6E. Windows color (decimal): -5488451 or 12402860. OLE color: 12402860.

HSL color Cylindrical-coordinate representation of color #AC40BD: hue angle of 291.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC40BD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 64 189 -
CMYK 0.09 0.66 0 0.26
HSL 291.84º 0.49% 0.5% -
HSV(B) 291.84º 0.66% 0.74% -
XYZ 28.03 16.11 49.78 -
YUV 110.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 172 64 189 0.09 0.66 0 0.26 291.84 0.49 0.5
Hex AC 40 BD 9 42 0 1A 124 31 32
Octal 254 100 275 11 102 0 32 444 61 62
Binary 10101100 1000000 10111101 1001 1000010 0 11010 100100100 110001 110010

Color Harmonies of #AC40BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40BD

Black with #AC40BD

Text Example


Text Example

White with #AC40BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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