Html Css Color HEX #AC0FA2 Dark Magenta

📋 copy color: '#AC0FA2'

red 172 ◦ green 15 ◦ blue 162

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

Shades of Dark Magenta #AC0FA2

Tints of Dark Magenta #AC0FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.42%

R = 49.28%
G = 4.3%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AC0FA2 (or 0xAC0FA2) is known color: Dark Magenta. HEX triplet: AC, 0F and A2. RGB value is (172,15,162). Sum of RGB (Red+Green+Blue) = 172+15+162=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0FA2 is #53F05D. Grayscale: #4E4E4E. Windows color (decimal): -5501022 or 10620844. OLE color: 10620844.

HSL color Cylindrical-coordinate representation of color #AC0FA2: hue angle of 303.82º 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 #AC0FA2 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 162 -
CMYK 0 0.91 0.06 0.33
HSL 303.82º 0.84% 0.37% -
HSV(B) 303.82º 0.91% 0.67% -
XYZ 23.71 11.72 35.2 -
YUV 78.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 172 15 162 0 0.91 0.06 0.33 303.82 0.84 0.37
Hex AC F A2 0 5B 6 21 130 54 25
Octal 254 17 242 0 133 6 41 460 124 45
Binary 10101100 1111 10100010 0 1011011 110 100001 100110000 1010100 100101

Color Harmonies of #AC0FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FA2

Black with #AC0FA2

Text Example


Text Example

White with #AC0FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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