Html Css Color HEX #AC0690 Dark Magenta

📋 copy color: '#AC0690'

red 172 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #AC0690

Tints of Dark Magenta #AC0690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 53.42%
G = 1.86%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0690 (or 0xAC0690) is known color: Dark Magenta. HEX triplet: AC, 06 and 90. RGB value is (172,6,144). Sum of RGB (Red+Green+Blue) = 172+6+144=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0690 is #53F96F. Grayscale: #464646. Windows color (decimal): -5503344 or 9438892. OLE color: 9438892.

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

Color convert

RGB 172 6 144 -
CMYK 0 0.97 0.16 0.33
HSL 310.12º 0.93% 0.35% -
HSV(B) 310.12º 0.97% 0.67% -
XYZ 22.11 10.91 27.33 -
YUV 71.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 172 6 144 0 0.97 0.16 0.33 310.12 0.93 0.35
Hex AC 6 90 0 61 10 21 136 5D 23
Octal 254 6 220 0 141 20 41 466 135 43
Binary 10101100 110 10010000 0 1100001 10000 100001 100110110 1011101 100011

Color Harmonies of #AC0690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0690

Black with #AC0690

Text Example


Text Example

White with #AC0690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0690; }

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

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

background-color css

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

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

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

border-color css

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

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

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