Html Css Color HEX #A614A0 Dark Magenta

📋 copy color: '#A614A0'

red 166 ◦ green 20 ◦ blue 160

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

Shades of Dark Magenta #A614A0

Tints of Dark Magenta #A614A0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 47.98%
G = 5.78%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A614A0 (or 0xA614A0) is known color: Dark Magenta. HEX triplet: A6, 14 and A0. RGB value is (166,20,160). Sum of RGB (Red+Green+Blue) = 166+20+160=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A614A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614A0 is #59EB5F. Grayscale: #4F4F4F. Windows color (decimal): -5892960 or 10491046. OLE color: 10491046.

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

Color convert

RGB 166 20 160 -
CMYK 0 0.88 0.04 0.35
HSL 302.47º 0.78% 0.36% -
HSV(B) 302.47º 0.88% 0.65% -
XYZ 22.32 11.15 34.23 -
YUV 79.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 166 20 160 0 0.88 0.04 0.35 302.47 0.78 0.36
Hex A6 14 A0 0 58 4 23 12E 4E 24
Octal 246 24 240 0 130 4 43 456 116 44
Binary 10100110 10100 10100000 0 1011000 100 100011 100101110 1001110 100100

Color Harmonies of #A614A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614A0

Black with #A614A0

Text Example


Text Example

White with #A614A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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