Html Css Color HEX #AC4DB6 Fuchsia

📋 copy color: '#AC4DB6'

red 172 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #AC4DB6

Tints of Fuchsia #AC4DB6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 39.91%
G = 17.87%
B = 42.23%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC4DB6 (or 0xAC4DB6) is known color: Fuchsia. HEX triplet: AC, 4D and B6. RGB value is (172,77,182). Sum of RGB (Red+Green+Blue) = 172+77+182=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC4DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DB6 is #53B249. Grayscale: #757575. Windows color (decimal): -5485130 or 11947436. OLE color: 11947436.

HSL color Cylindrical-coordinate representation of color #AC4DB6: hue angle of 294.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4DB6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 77 182 -
CMYK 0.05 0.58 0 0.29
HSL 294.29º 0.42% 0.51% -
HSV(B) 294.29º 0.58% 0.71% -
XYZ 28.11 17.46 46.14 -
YUV 117.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 172 77 182 0.05 0.58 0 0.29 294.29 0.42 0.51
Hex AC 4D B6 5 3A 0 1D 126 2A 33
Octal 254 115 266 5 72 0 35 446 52 63
Binary 10101100 1001101 10110110 101 111010 0 11101 100100110 101010 110011

Color Harmonies of #AC4DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DB6

Black with #AC4DB6

Text Example


Text Example

White with #AC4DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DB6; }

 p { color: rgb(172,77,182); }

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

background-color css

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

 a { background-color: rgb(172,77,182); }

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

border-color css

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

 span { border-color: rgb(172,77,182); }

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