Html Css Color HEX #A611AC Dark Magenta

📋 copy color: '#A611AC'

red 166 ◦ green 17 ◦ blue 172

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

Shades of Dark Magenta #A611AC

Tints of Dark Magenta #A611AC

RGB

 RED value IS 166 (65.23% from 255) = 46.76%

 GREEN value IS 17 (7.03% from 255) = 4.79%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 46.76%
G = 4.79%
B = 48.45%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A611AC (or 0xA611AC) is known color: Dark Magenta. HEX triplet: A6, 11 and AC. RGB value is (166,17,172). Sum of RGB (Red+Green+Blue) = 166+17+172=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #A611AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A611AC is #59EE53. Grayscale: #4E4E4E. Windows color (decimal): -5893716 or 11276710. OLE color: 11276710.

HSL color Cylindrical-coordinate representation of color #A611AC: hue angle of 297.68º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A611AC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 17 172 -
CMYK 0.03 0.90 0 0.33
HSL 297.68º 0.82% 0.37% -
HSV(B) 297.68º 0.9% 0.67% -
XYZ 23.37 11.49 40.01 -
YUV 79.22 180.36 189.9 -
System Red Green Blue C M Y K H S L
Decimal 166 17 172 0.03 0.90 0 0.33 297.68 0.82 0.37
Hex A6 11 AC 3 5A 0 21 12A 52 25
Octal 246 21 254 3 132 0 41 452 122 45
Binary 10100110 10001 10101100 11 1011010 0 100001 100101010 1010010 100101

Color Harmonies of #A611AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A611AC

Black with #A611AC

Text Example


Text Example

White with #A611AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A611AC; }

 p { color: rgb(166,17,172); }

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

background-color css

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

 a { background-color: rgb(166,17,172); }

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

border-color css

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

 span { border-color: rgb(166,17,172); }

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