Html Css Color HEX #AC3FBC Fuchsia

📋 copy color: '#AC3FBC'

red 172 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #AC3FBC

Tints of Fuchsia #AC3FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.89%

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

R = 40.66%
G = 14.89%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC3FBC (or 0xAC3FBC) is known color: Fuchsia. HEX triplet: AC, 3F and BC. RGB value is (172,63,188). Sum of RGB (Red+Green+Blue) = 172+63+188=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3FBC is #53C043. Grayscale: #6D6D6D. Windows color (decimal): -5488708 or 12337068. OLE color: 12337068.

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

Color convert

RGB 172 63 188 -
CMYK 0.09 0.66 0 0.26
HSL 292.32º 0.5% 0.49% -
HSV(B) 292.32º 0.66% 0.74% -
XYZ 27.87 15.96 49.19 -
YUV 109.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 172 63 188 0.09 0.66 0 0.26 292.32 0.5 0.49
Hex AC 3F BC 9 42 0 1A 124 32 31
Octal 254 77 274 11 102 0 32 444 62 61
Binary 10101100 111111 10111100 1001 1000010 0 11010 100100100 110010 110001

Color Harmonies of #AC3FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FBC

Black with #AC3FBC

Text Example


Text Example

White with #AC3FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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