Html Css Color HEX #AC48BA Fuchsia

📋 copy color: '#AC48BA'

red 172 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #AC48BA

Tints of Fuchsia #AC48BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.74%

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

R = 40%
G = 16.74%
B = 43.26%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC48BA (or 0xAC48BA) is known color: Fuchsia. HEX triplet: AC, 48 and BA. RGB value is (172,72,186). Sum of RGB (Red+Green+Blue) = 172+72+186=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48BA is #53B745. Grayscale: #727272. Windows color (decimal): -5486406 or 12208300. OLE color: 12208300.

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

Color convert

RGB 172 72 186 -
CMYK 0.08 0.61 0 0.27
HSL 292.63º 0.45% 0.51% -
HSV(B) 292.63º 0.61% 0.73% -
XYZ 28.19 16.95 48.24 -
YUV 114.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 172 72 186 0.08 0.61 0 0.27 292.63 0.45 0.51
Hex AC 48 BA 8 3D 0 1B 125 2D 33
Octal 254 110 272 10 75 0 33 445 55 63
Binary 10101100 1001000 10111010 1000 111101 0 11011 100100101 101101 110011

Color Harmonies of #AC48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC48BA

Black with #AC48BA

Text Example


Text Example

White with #AC48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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