Html Css Color HEX #AC3FB0 Fuchsia

📋 copy color: '#AC3FB0'

red 172 ◦ green 63 ◦ blue 176

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

Shades of Fuchsia #AC3FB0

Tints of Fuchsia #AC3FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 41.85%
G = 15.33%
B = 42.82%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC3FB0 (or 0xAC3FB0) is known color: Fuchsia. HEX triplet: AC, 3F and B0. RGB value is (172,63,176). Sum of RGB (Red+Green+Blue) = 172+63+176=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC3FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FB0 is #53C04F. Grayscale: #6C6C6C. Windows color (decimal): -5488720 or 11550636. OLE color: 11550636.

HSL color Cylindrical-coordinate representation of color #AC3FB0: hue angle of 297.88º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3FB0 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 63 176 -
CMYK 0.02 0.64 0 0.31
HSL 297.88º 0.47% 0.47% -
HSV(B) 297.88º 0.64% 0.69% -
XYZ 26.63 15.46 42.66 -
YUV 108.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 172 63 176 0.02 0.64 0 0.31 297.88 0.47 0.47
Hex AC 3F B0 2 40 0 1F 12A 2F 2F
Octal 254 77 260 2 100 0 37 452 57 57
Binary 10101100 111111 10110000 10 1000000 0 11111 100101010 101111 101111

Color Harmonies of #AC3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FB0

Black with #AC3FB0

Text Example


Text Example

White with #AC3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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