Html Css Color HEX #AC51BA Fuchsia

📋 copy color: '#AC51BA'

red 172 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #AC51BA

Tints of Fuchsia #AC51BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.45%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 39.18%
G = 18.45%
B = 42.37%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC51BA (or 0xAC51BA) is known color: Fuchsia. HEX triplet: AC, 51 and BA. RGB value is (172,81,186). Sum of RGB (Red+Green+Blue) = 172+81+186=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC51BA is #53AE45. Grayscale: #777777. Windows color (decimal): -5484102 or 12210604. OLE color: 12210604.

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

Color convert

RGB 172 81 186 -
CMYK 0.08 0.56 0 0.27
HSL 292º 0.43% 0.52% -
HSV(B) 292º 0.56% 0.73% -
XYZ 28.82 18.2 48.45 -
YUV 120.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 172 81 186 0.08 0.56 0 0.27 292 0.43 0.52
Hex AC 51 BA 8 38 0 1B 124 2B 34
Octal 254 121 272 10 70 0 33 444 53 64
Binary 10101100 1010001 10111010 1000 111000 0 11011 100100100 101011 110100

Color Harmonies of #AC51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC51BA

Black with #AC51BA

Text Example


Text Example

White with #AC51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC51BA; }

 p { color: rgb(172,81,186); }

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

background-color css

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

 a { background-color: rgb(172,81,186); }

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

border-color css

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

 span { border-color: rgb(172,81,186); }

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