Html Css Color HEX #AC4DB7 Fuchsia

📋 copy color: '#AC4DB7'

red 172 ◦ green 77 ◦ blue 183

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

Shades of Fuchsia #AC4DB7

Tints of Fuchsia #AC4DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.36%

R = 39.81%
G = 17.82%
B = 42.36%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC4DB7 (or 0xAC4DB7) is known color: Fuchsia. HEX triplet: AC, 4D and B7. RGB value is (172,77,183). Sum of RGB (Red+Green+Blue) = 172+77+183=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC4DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DB7 is #53B248. Grayscale: #757575. Windows color (decimal): -5485129 or 12012972. OLE color: 12012972.

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

Color convert

RGB 172 77 183 -
CMYK 0.06 0.58 0 0.28
HSL 293.77º 0.42% 0.51% -
HSV(B) 293.77º 0.58% 0.72% -
XYZ 28.21 17.5 46.69 -
YUV 117.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 172 77 183 0.06 0.58 0 0.28 293.77 0.42 0.51
Hex AC 4D B7 6 3A 0 1C 126 2A 33
Octal 254 115 267 6 72 0 34 446 52 63
Binary 10101100 1001101 10110111 110 111010 0 11100 100100110 101010 110011

Color Harmonies of #AC4DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DB7

Black with #AC4DB7

Text Example


Text Example

White with #AC4DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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