Html Css Color HEX #A414AD Dark Magenta

📋 copy color: '#A414AD'

red 164 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #A414AD

Tints of Dark Magenta #A414AD

RGB

 RED value IS 164 (64.45% from 255) = 45.94%

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

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 45.94%
G = 5.6%
B = 48.46%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A414AD (or 0xA414AD) is known color: Dark Magenta. HEX triplet: A4, 14 and AD. RGB value is (164,20,173). Sum of RGB (Red+Green+Blue) = 164+20+173=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #A414AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A414AD is #5BEB52. Grayscale: #505050. Windows color (decimal): -6024019 or 11343012. OLE color: 11343012.

HSL color Cylindrical-coordinate representation of color #A414AD: hue angle of 296.47º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A414AD is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 20 173 -
CMYK 0.05 0.88 0 0.32
HSL 296.47º 0.79% 0.38% -
HSV(B) 296.47º 0.88% 0.68% -
XYZ 23.1 11.41 40.52 -
YUV 80.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 164 20 173 0.05 0.88 0 0.32 296.47 0.79 0.38
Hex A4 14 AD 5 58 0 20 128 4F 26
Octal 244 24 255 5 130 0 40 450 117 46
Binary 10100100 10100 10101101 101 1011000 0 100000 100101000 1001111 100110

Color Harmonies of #A414AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414AD

Black with #A414AD

Text Example


Text Example

White with #A414AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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