Html Css Color HEX #AC44BC Fuchsia

📋 copy color: '#AC44BC'

red 172 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #AC44BC

Tints of Fuchsia #AC44BC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

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

R = 40.19%
G = 15.89%
B = 43.93%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC44BC (or 0xAC44BC) is known color: Fuchsia. HEX triplet: AC, 44 and BC. RGB value is (172,68,188). Sum of RGB (Red+Green+Blue) = 172+68+188=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC44BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44BC is #53BB43. Grayscale: #707070. Windows color (decimal): -5487428 or 12338348. OLE color: 12338348.

HSL color Cylindrical-coordinate representation of color #AC44BC: hue angle of 292º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC44BC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 68 188 -
CMYK 0.09 0.64 0 0.26
HSL 292º 0.47% 0.5% -
HSV(B) 292º 0.64% 0.74% -
XYZ 28.16 16.54 49.28 -
YUV 112.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 172 68 188 0.09 0.64 0 0.26 292 0.47 0.5
Hex AC 44 BC 9 40 0 1A 124 2F 32
Octal 254 104 274 11 100 0 32 444 57 62
Binary 10101100 1000100 10111100 1001 1000000 0 11010 100100100 101111 110010

Color Harmonies of #AC44BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC44BC

Black with #AC44BC

Text Example


Text Example

White with #AC44BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC44BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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