Html Css Color HEX #AC38AC Fuchsia

📋 copy color: '#AC38AC'

red 172 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #AC38AC

Tints of Fuchsia #AC38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14%

 BLUE value IS 172 (67.58% from 255) = 43%

R = 43%
G = 14%
B = 43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC38AC (or 0xAC38AC) is known color: Fuchsia. HEX triplet: AC, 38 and AC. RGB value is (172,56,172). Sum of RGB (Red+Green+Blue) = 172+56+172=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC38AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC38AC is #53C753. Grayscale: #676767. Windows color (decimal): -5490516 or 11286700. OLE color: 11286700.

HSL color Cylindrical-coordinate representation of color #AC38AC: hue angle of 300º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC38AC is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 172 -
CMYK 0 0.67 0 0.33
HSL 300º 0.51% 0.45% -
HSV(B) 300º 0.67% 0.67% -
XYZ 25.87 14.58 40.48 -
YUV 103.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 172 56 172 0 0.67 0 0.33 300 0.51 0.45
Hex AC 38 AC 0 43 0 21 12C 33 2D
Octal 254 70 254 0 103 0 41 454 63 55
Binary 10101100 111000 10101100 0 1000011 0 100001 100101100 110011 101101

Color Harmonies of #AC38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38AC

Black with #AC38AC

Text Example


Text Example

White with #AC38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38AC; }

 p { color: rgb(172,56,172); }

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

background-color css

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

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

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

border-color css

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

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

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