Html Css Color HEX #AC3DBA Fuchsia

📋 copy color: '#AC3DBA'

red 172 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #AC3DBA

Tints of Fuchsia #AC3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 41.05%
G = 14.56%
B = 44.39%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC3DBA (or 0xAC3DBA) is known color: Fuchsia. HEX triplet: AC, 3D and BA. RGB value is (172,61,186). Sum of RGB (Red+Green+Blue) = 172+61+186=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DBA is #53C245. Grayscale: #6C6C6C. Windows color (decimal): -5489222 or 12205484. OLE color: 12205484.

HSL color Cylindrical-coordinate representation of color #AC3DBA: hue angle of 293.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3DBA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 61 186 -
CMYK 0.08 0.67 0 0.27
HSL 293.28º 0.51% 0.48% -
HSV(B) 293.28º 0.67% 0.73% -
XYZ 27.54 15.65 48.02 -
YUV 108.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 172 61 186 0.08 0.67 0 0.27 293.28 0.51 0.48
Hex AC 3D BA 8 43 0 1B 125 33 30
Octal 254 75 272 10 103 0 33 445 63 60
Binary 10101100 111101 10111010 1000 1000011 0 11011 100100101 110011 110000

Color Harmonies of #AC3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3DBA

Black with #AC3DBA

Text Example


Text Example

White with #AC3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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