Html Css Color HEX #A613A0 Dark Magenta

📋 copy color: '#A613A0'

red 166 ◦ green 19 ◦ blue 160

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

Shades of Dark Magenta #A613A0

Tints of Dark Magenta #A613A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 48.12%
G = 5.51%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A613A0 (or 0xA613A0) is known color: Dark Magenta. HEX triplet: A6, 13 and A0. RGB value is (166,19,160). Sum of RGB (Red+Green+Blue) = 166+19+160=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A613A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A613A0 is #59EC5F. Grayscale: #4E4E4E. Windows color (decimal): -5893216 or 10490790. OLE color: 10490790.

HSL color Cylindrical-coordinate representation of color #A613A0: hue angle of 302.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A613A0 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 160 -
CMYK 0 0.89 0.04 0.35
HSL 302.45º 0.79% 0.36% -
HSV(B) 302.45º 0.89% 0.65% -
XYZ 22.3 11.11 34.23 -
YUV 79.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 166 19 160 0 0.89 0.04 0.35 302.45 0.79 0.36
Hex A6 13 A0 0 59 4 23 12E 4F 24
Octal 246 23 240 0 131 4 43 456 117 44
Binary 10100110 10011 10100000 0 1011001 100 100011 100101110 1001111 100100

Color Harmonies of #A613A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A613A0

Black with #A613A0

Text Example


Text Example

White with #A613A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A613A0; }

 p { color: rgb(166,19,160); }

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

background-color css

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

 a { background-color: rgb(166,19,160); }

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

border-color css

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

 span { border-color: rgb(166,19,160); }

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