Html Css Color HEX #AC069E Dark Magenta

📋 copy color: '#AC069E'

red 172 ◦ green 6 ◦ blue 158

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

Shades of Dark Magenta #AC069E

Tints of Dark Magenta #AC069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.02%

R = 51.19%
G = 1.79%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC069E (or 0xAC069E) is known color: Dark Magenta. HEX triplet: AC, 06 and 9E. RGB value is (172,6,158). Sum of RGB (Red+Green+Blue) = 172+6+158=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC069E is #53F961. Grayscale: #484848. Windows color (decimal): -5503330 or 10356396. OLE color: 10356396.

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

Color convert

RGB 172 6 158 -
CMYK 0 0.97 0.08 0.33
HSL 305.06º 0.93% 0.35% -
HSV(B) 305.06º 0.97% 0.67% -
XYZ 23.25 11.37 33.32 -
YUV 72.96 176 198.64 -
System Red Green Blue C M Y K H S L
Decimal 172 6 158 0 0.97 0.08 0.33 305.06 0.93 0.35
Hex AC 6 9E 0 61 8 21 131 5D 23
Octal 254 6 236 0 141 10 41 461 135 43
Binary 10101100 110 10011110 0 1100001 1000 100001 100110001 1011101 100011

Color Harmonies of #AC069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC069E

Black with #AC069E

Text Example


Text Example

White with #AC069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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