Html Css Color HEX #AC4DB2 Fuchsia

📋 copy color: '#AC4DB2'

red 172 ◦ green 77 ◦ blue 178

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

Shades of Fuchsia #AC4DB2

Tints of Fuchsia #AC4DB2

RGB

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

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

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

R = 40.28%
G = 18.03%
B = 41.69%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC4DB2 (or 0xAC4DB2) is known color: Fuchsia. HEX triplet: AC, 4D and B2. RGB value is (172,77,178). Sum of RGB (Red+Green+Blue) = 172+77+178=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC4DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4DB2 is #53B24D. Grayscale: #747474. Windows color (decimal): -5485134 or 11685292. OLE color: 11685292.

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

Color convert

RGB 172 77 178 -
CMYK 0.03 0.57 0 0.30
HSL 296.44º 0.4% 0.5% -
HSV(B) 296.44º 0.57% 0.7% -
XYZ 27.7 17.29 44 -
YUV 116.92 162.47 167.29 -
System Red Green Blue C M Y K H S L
Decimal 172 77 178 0.03 0.57 0 0.30 296.44 0.4 0.5
Hex AC 4D B2 3 39 0 1E 128 28 32
Octal 254 115 262 3 71 0 36 450 50 62
Binary 10101100 1001101 10110010 11 111001 0 11110 100101000 101000 110010

Color Harmonies of #AC4DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DB2

Black with #AC4DB2

Text Example


Text Example

White with #AC4DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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