Html Css Color HEX #AC42BA Fuchsia

📋 copy color: '#AC42BA'

red 172 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #AC42BA

Tints of Fuchsia #AC42BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 40.57%
G = 15.57%
B = 43.87%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC42BA (or 0xAC42BA) is known color: Fuchsia. HEX triplet: AC, 42 and BA. RGB value is (172,66,186). Sum of RGB (Red+Green+Blue) = 172+66+186=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC42BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42BA is #53BD45. Grayscale: #6F6F6F. Windows color (decimal): -5487942 or 12206764. OLE color: 12206764.

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

Color convert

RGB 172 66 186 -
CMYK 0.08 0.65 0 0.27
HSL 293º 0.48% 0.49% -
HSV(B) 293º 0.65% 0.73% -
XYZ 27.82 16.21 48.12 -
YUV 111.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 172 66 186 0.08 0.65 0 0.27 293 0.48 0.49
Hex AC 42 BA 8 41 0 1B 125 30 31
Octal 254 102 272 10 101 0 33 445 60 61
Binary 10101100 1000010 10111010 1000 1000001 0 11011 100100101 110000 110001

Color Harmonies of #AC42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42BA

Black with #AC42BA

Text Example


Text Example

White with #AC42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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