Html Css Color HEX #AC069A Dark Magenta

📋 copy color: '#AC069A'

red 172 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #AC069A

Tints of Dark Magenta #AC069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 51.81%
G = 1.81%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC069A (or 0xAC069A) is known color: Dark Magenta. HEX triplet: AC, 06 and 9A. RGB value is (172,6,154). Sum of RGB (Red+Green+Blue) = 172+6+154=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC069A is #53F965. Grayscale: #484848. Windows color (decimal): -5503334 or 10094252. OLE color: 10094252.

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

Color convert

RGB 172 6 154 -
CMYK 0 0.97 0.10 0.33
HSL 306.51º 0.93% 0.35% -
HSV(B) 306.51º 0.97% 0.67% -
XYZ 22.91 11.23 31.53 -
YUV 72.51 174 198.97 -
System Red Green Blue C M Y K H S L
Decimal 172 6 154 0 0.97 0.10 0.33 306.51 0.93 0.35
Hex AC 6 9A 0 61 A 21 133 5D 23
Octal 254 6 232 0 141 12 41 463 135 43
Binary 10101100 110 10011010 0 1100001 1010 100001 100110011 1011101 100011

Color Harmonies of #AC069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC069A

Black with #AC069A

Text Example


Text Example

White with #AC069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC069A; }

 p { color: rgb(172,6,154); }

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

background-color css

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

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

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

border-color css

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

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

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