Html Css Color HEX #AC42BC Fuchsia

📋 copy color: '#AC42BC'

red 172 ◦ green 66 ◦ blue 188

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

Shades of Fuchsia #AC42BC

Tints of Fuchsia #AC42BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 40.38%
G = 15.49%
B = 44.13%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC42BC (or 0xAC42BC) is known color: Fuchsia. HEX triplet: AC, 42 and BC. RGB value is (172,66,188). Sum of RGB (Red+Green+Blue) = 172+66+188=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42BC is #53BD43. Grayscale: #6F6F6F. Windows color (decimal): -5487940 or 12337836. OLE color: 12337836.

HSL color Cylindrical-coordinate representation of color #AC42BC: hue angle of 292.13º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC42BC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 66 188 -
CMYK 0.09 0.65 0 0.26
HSL 292.13º 0.48% 0.5% -
HSV(B) 292.13º 0.65% 0.74% -
XYZ 28.04 16.3 49.24 -
YUV 111.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 172 66 188 0.09 0.65 0 0.26 292.13 0.48 0.5
Hex AC 42 BC 9 41 0 1A 124 30 32
Octal 254 102 274 11 101 0 32 444 60 62
Binary 10101100 1000010 10111100 1001 1000001 0 11010 100100100 110000 110010

Color Harmonies of #AC42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42BC

Black with #AC42BC

Text Example


Text Example

White with #AC42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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