Html Css Color HEX #AC4CBB Fuchsia

📋 copy color: '#AC4CBB'

red 172 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #AC4CBB

Tints of Fuchsia #AC4CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

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

R = 39.54%
G = 17.47%
B = 42.99%

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

#AC4CBB (or 0xAC4CBB) is known color: Fuchsia. HEX triplet: AC, 4C and BB. RGB value is (172,76,187). Sum of RGB (Red+Green+Blue) = 172+76+187=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC4CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CBB is #53B344. Grayscale: #757575. Windows color (decimal): -5485381 or 12274860. OLE color: 12274860.

HSL color Cylindrical-coordinate representation of color #AC4CBB: hue angle of 291.89º 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 #AC4CBB is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 76 187 -
CMYK 0.08 0.59 0 0.27
HSL 291.89º 0.45% 0.52% -
HSV(B) 291.89º 0.59% 0.73% -
XYZ 28.57 17.53 48.89 -
YUV 117.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 172 76 187 0.08 0.59 0 0.27 291.89 0.45 0.52
Hex AC 4C BB 8 3B 0 1B 124 2D 34
Octal 254 114 273 10 73 0 33 444 55 64
Binary 10101100 1001100 10111011 1000 111011 0 11011 100100100 101101 110100

Color Harmonies of #AC4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CBB

Black with #AC4CBB

Text Example


Text Example

White with #AC4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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