Html Css Color HEX #AC3FB2 Fuchsia

📋 copy color: '#AC3FB2'

red 172 ◦ green 63 ◦ blue 178

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

Shades of Fuchsia #AC3FB2

Tints of Fuchsia #AC3FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 41.65%
G = 15.25%
B = 43.1%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC3FB2 (or 0xAC3FB2) is known color: Fuchsia. HEX triplet: AC, 3F and B2. RGB value is (172,63,178). Sum of RGB (Red+Green+Blue) = 172+63+178=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC3FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3FB2 is #53C04D. Grayscale: #6C6C6C. Windows color (decimal): -5488718 or 11681708. OLE color: 11681708.

HSL color Cylindrical-coordinate representation of color #AC3FB2: hue angle of 296.87º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3FB2 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 63 178 -
CMYK 0.03 0.65 0 0.30
HSL 296.87º 0.48% 0.47% -
HSV(B) 296.87º 0.65% 0.7% -
XYZ 26.83 15.54 43.71 -
YUV 108.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 172 63 178 0.03 0.65 0 0.30 296.87 0.48 0.47
Hex AC 3F B2 3 41 0 1E 129 30 2F
Octal 254 77 262 3 101 0 36 451 60 57
Binary 10101100 111111 10110010 11 1000001 0 11110 100101001 110000 101111

Color Harmonies of #AC3FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3FB2

Black with #AC3FB2

Text Example


Text Example

White with #AC3FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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