Html Css Color HEX #AC4EBA Fuchsia

📋 copy color: '#AC4EBA'

red 172 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #AC4EBA

Tints of Fuchsia #AC4EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.89%

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

R = 39.45%
G = 17.89%
B = 42.66%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC4EBA (or 0xAC4EBA) is known color: Fuchsia. HEX triplet: AC, 4E and BA. RGB value is (172,78,186). Sum of RGB (Red+Green+Blue) = 172+78+186=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EBA is #53B145. Grayscale: #767676. Windows color (decimal): -5484870 or 12209836. OLE color: 12209836.

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

Color convert

RGB 172 78 186 -
CMYK 0.08 0.58 0 0.27
HSL 292.22º 0.44% 0.52% -
HSV(B) 292.22º 0.58% 0.73% -
XYZ 28.6 17.76 48.38 -
YUV 118.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 172 78 186 0.08 0.58 0 0.27 292.22 0.44 0.52
Hex AC 4E BA 8 3A 0 1B 124 2C 34
Octal 254 116 272 10 72 0 33 444 54 64
Binary 10101100 1001110 10111010 1000 111010 0 11011 100100100 101100 110100

Color Harmonies of #AC4EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4EBA

Black with #AC4EBA

Text Example


Text Example

White with #AC4EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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