Html Css Color HEX #A618AC Dark Magenta

📋 copy color: '#A618AC'

red 166 ◦ green 24 ◦ blue 172

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

Shades of Dark Magenta #A618AC

Tints of Dark Magenta #A618AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

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

R = 45.86%
G = 6.63%
B = 47.51%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A618AC (or 0xA618AC) is known color: Dark Magenta. HEX triplet: A6, 18 and AC. RGB value is (166,24,172). Sum of RGB (Red+Green+Blue) = 166+24+172=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A618AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A618AC is #59E753. Grayscale: #525252. Windows color (decimal): -5891924 or 11278502. OLE color: 11278502.

HSL color Cylindrical-coordinate representation of color #A618AC: hue angle of 297.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A618AC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 24 172 -
CMYK 0.03 0.86 0 0.33
HSL 297.57º 0.76% 0.38% -
HSV(B) 297.57º 0.86% 0.67% -
XYZ 23.5 11.74 40.06 -
YUV 83.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 166 24 172 0.03 0.86 0 0.33 297.57 0.76 0.38
Hex A6 18 AC 3 56 0 21 12A 4C 26
Octal 246 30 254 3 126 0 41 452 114 46
Binary 10100110 11000 10101100 11 1010110 0 100001 100101010 1001100 100110

Color Harmonies of #A618AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618AC

Black with #A618AC

Text Example


Text Example

White with #A618AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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