Html Css Color HEX #AC4ABA Fuchsia

📋 copy color: '#AC4ABA'

red 172 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #AC4ABA

Tints of Fuchsia #AC4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

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

R = 39.81%
G = 17.13%
B = 43.06%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC4ABA (or 0xAC4ABA) is known color: Fuchsia. HEX triplet: AC, 4A and BA. RGB value is (172,74,186). Sum of RGB (Red+Green+Blue) = 172+74+186=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC4ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ABA is #53B545. Grayscale: #737373. Windows color (decimal): -5485894 or 12208812. OLE color: 12208812.

HSL color Cylindrical-coordinate representation of color #AC4ABA: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4ABA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 74 186 -
CMYK 0.08 0.60 0 0.27
HSL 292.5º 0.45% 0.51% -
HSV(B) 292.5º 0.6% 0.73% -
XYZ 28.32 17.21 48.28 -
YUV 116.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 172 74 186 0.08 0.60 0 0.27 292.5 0.45 0.51
Hex AC 4A BA 8 3C 0 1B 124 2D 33
Octal 254 112 272 10 74 0 33 444 55 63
Binary 10101100 1001010 10111010 1000 111100 0 11011 100100100 101101 110011

Color Harmonies of #AC4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4ABA

Black with #AC4ABA

Text Example


Text Example

White with #AC4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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