Html Css Color HEX #AC4DBB Fuchsia

📋 copy color: '#AC4DBB'

red 172 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #AC4DBB

Tints of Fuchsia #AC4DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 39.45%
G = 17.66%
B = 42.89%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC4DBB (or 0xAC4DBB) is known color: Fuchsia. HEX triplet: AC, 4D and BB. RGB value is (172,77,187). Sum of RGB (Red+Green+Blue) = 172+77+187=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DBB is #53B244. Grayscale: #757575. Windows color (decimal): -5485125 or 12275116. OLE color: 12275116.

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

Color convert

RGB 172 77 187 -
CMYK 0.08 0.59 0 0.27
HSL 291.82º 0.45% 0.52% -
HSV(B) 291.82º 0.59% 0.73% -
XYZ 28.64 17.67 48.91 -
YUV 117.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 172 77 187 0.08 0.59 0 0.27 291.82 0.45 0.52
Hex AC 4D BB 8 3B 0 1B 124 2D 34
Octal 254 115 273 10 73 0 33 444 55 64
Binary 10101100 1001101 10111011 1000 111011 0 11011 100100100 101101 110100

Color Harmonies of #AC4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DBB

Black with #AC4DBB

Text Example


Text Example

White with #AC4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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