Html Css Color HEX #AC4CBC Fuchsia

📋 copy color: '#AC4CBC'

red 172 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #AC4CBC

Tints of Fuchsia #AC4CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 39.45%
G = 17.43%
B = 43.12%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC4CBC (or 0xAC4CBC) is known color: Fuchsia. HEX triplet: AC, 4C and BC. RGB value is (172,76,188). Sum of RGB (Red+Green+Blue) = 172+76+188=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CBC is #53B343. Grayscale: #757575. Windows color (decimal): -5485380 or 12340396. OLE color: 12340396.

HSL color Cylindrical-coordinate representation of color #AC4CBC: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4CBC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 76 188 -
CMYK 0.09 0.60 0 0.26
HSL 291.43º 0.46% 0.52% -
HSV(B) 291.43º 0.6% 0.74% -
XYZ 28.67 17.57 49.46 -
YUV 117.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 172 76 188 0.09 0.60 0 0.26 291.43 0.46 0.52
Hex AC 4C BC 9 3C 0 1A 123 2E 34
Octal 254 114 274 11 74 0 32 443 56 64
Binary 10101100 1001100 10111100 1001 111100 0 11010 100100011 101110 110100

Color Harmonies of #AC4CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CBC

Black with #AC4CBC

Text Example


Text Example

White with #AC4CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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