Html Css Color HEX #A614A4 Dark Magenta

📋 copy color: '#A614A4'

red 166 ◦ green 20 ◦ blue 164

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

Shades of Dark Magenta #A614A4

Tints of Dark Magenta #A614A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 47.43%
G = 5.71%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A614A4 (or 0xA614A4) is known color: Dark Magenta. HEX triplet: A6, 14 and A4. RGB value is (166,20,164). Sum of RGB (Red+Green+Blue) = 166+20+164=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A614A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614A4 is #59EB5B. Grayscale: #4F4F4F. Windows color (decimal): -5892956 or 10753190. OLE color: 10753190.

HSL color Cylindrical-coordinate representation of color #A614A4: hue angle of 300.82º 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 #A614A4 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 164 -
CMYK 0 0.88 0.01 0.35
HSL 300.82º 0.78% 0.36% -
HSV(B) 300.82º 0.88% 0.65% -
XYZ 22.68 11.29 36.11 -
YUV 80.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 166 20 164 0 0.88 0.01 0.35 300.82 0.78 0.36
Hex A6 14 A4 0 58 1 23 12D 4E 24
Octal 246 24 244 0 130 1 43 455 116 44
Binary 10100110 10100 10100100 0 1011000 1 100011 100101101 1001110 100100

Color Harmonies of #A614A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614A4

Black with #A614A4

Text Example


Text Example

White with #A614A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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