Html Css Color HEX #AC3DAB Fuchsia

📋 copy color: '#AC3DAB'

red 172 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #AC3DAB

Tints of Fuchsia #AC3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.1%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 42.57%
G = 15.1%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC3DAB (or 0xAC3DAB) is known color: Fuchsia. HEX triplet: AC, 3D and AB. RGB value is (172,61,171). Sum of RGB (Red+Green+Blue) = 172+61+171=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3DAB is #53C254. Grayscale: #6A6A6A. Windows color (decimal): -5489237 or 11222444. OLE color: 11222444.

HSL color Cylindrical-coordinate representation of color #AC3DAB: hue angle of 300.54º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC3DAB is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 61 171 -
CMYK 0 0.65 0.01 0.33
HSL 300.54º 0.48% 0.46% -
HSV(B) 300.54º 0.65% 0.67% -
XYZ 26.03 15.05 40.06 -
YUV 106.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 172 61 171 0 0.65 0.01 0.33 300.54 0.48 0.46
Hex AC 3D AB 0 41 1 21 12D 30 2E
Octal 254 75 253 0 101 1 41 455 60 56
Binary 10101100 111101 10101011 0 1000001 1 100001 100101101 110000 101110

Color Harmonies of #AC3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DAB

Black with #AC3DAB

Text Example


Text Example

White with #AC3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DAB; }

 p { color: rgb(172,61,171); }

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

background-color css

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

 a { background-color: rgb(172,61,171); }

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

border-color css

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

 span { border-color: rgb(172,61,171); }

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