Html Css Color HEX #A615A0 Dark Magenta

📋 copy color: '#A615A0'

red 166 ◦ green 21 ◦ blue 160

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

Shades of Dark Magenta #A615A0

Tints of Dark Magenta #A615A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

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

R = 47.84%
G = 6.05%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A615A0 (or 0xA615A0) is known color: Dark Magenta. HEX triplet: A6, 15 and A0. RGB value is (166,21,160). Sum of RGB (Red+Green+Blue) = 166+21+160=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A615A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A615A0 is #59EA5F. Grayscale: #4F4F4F. Windows color (decimal): -5892704 or 10491302. OLE color: 10491302.

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

Color convert

RGB 166 21 160 -
CMYK 0 0.87 0.04 0.35
HSL 302.48º 0.78% 0.37% -
HSV(B) 302.48º 0.87% 0.65% -
XYZ 22.34 11.18 34.24 -
YUV 80.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 166 21 160 0 0.87 0.04 0.35 302.48 0.78 0.37
Hex A6 15 A0 0 57 4 23 12E 4E 25
Octal 246 25 240 0 127 4 43 456 116 45
Binary 10100110 10101 10100000 0 1010111 100 100011 100101110 1001110 100101

Color Harmonies of #A615A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615A0

Black with #A615A0

Text Example


Text Example

White with #A615A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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