Html Css Color HEX #AC0FA3 Dark Magenta

📋 copy color: '#AC0FA3'

red 172 ◦ green 15 ◦ blue 163

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

Shades of Dark Magenta #AC0FA3

Tints of Dark Magenta #AC0FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 163 (64.06% from 255) = 46.57%

R = 49.14%
G = 4.29%
B = 46.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AC0FA3 (or 0xAC0FA3) is known color: Dark Magenta. HEX triplet: AC, 0F and A3. RGB value is (172,15,163). Sum of RGB (Red+Green+Blue) = 172+15+163=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FA3 is #53F05C. Grayscale: #4E4E4E. Windows color (decimal): -5501021 or 10686380. OLE color: 10686380.

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

Color convert

RGB 172 15 163 -
CMYK 0 0.91 0.05 0.33
HSL 303.44º 0.84% 0.37% -
HSV(B) 303.44º 0.91% 0.67% -
XYZ 23.79 11.76 35.67 -
YUV 78.82 175.51 194.47 -
System Red Green Blue C M Y K H S L
Decimal 172 15 163 0 0.91 0.05 0.33 303.44 0.84 0.37
Hex AC F A3 0 5B 5 21 12F 54 25
Octal 254 17 243 0 133 5 41 457 124 45
Binary 10101100 1111 10100011 0 1011011 101 100001 100101111 1010100 100101

Color Harmonies of #AC0FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FA3

Black with #AC0FA3

Text Example


Text Example

White with #AC0FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FA3; }

 p { color: rgb(172,15,163); }

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

background-color css

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

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

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

border-color css

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

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

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