Html Css Color HEX #A412AD Dark Magenta

📋 copy color: '#A412AD'

red 164 ◦ green 18 ◦ blue 173

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

Shades of Dark Magenta #A412AD

Tints of Dark Magenta #A412AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.07%

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

R = 46.2%
G = 5.07%
B = 48.73%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A412AD (or 0xA412AD) is known color: Dark Magenta. HEX triplet: A4, 12 and AD. RGB value is (164,18,173). Sum of RGB (Red+Green+Blue) = 164+18+173=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A412AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A412AD is #5BED52. Grayscale: #4E4E4E. Windows color (decimal): -6024531 or 11342500. OLE color: 11342500.

HSL color Cylindrical-coordinate representation of color #A412AD: hue angle of 296.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A412AD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 18 173 -
CMYK 0.05 0.90 0 0.32
HSL 296.52º 0.81% 0.37% -
HSV(B) 296.52º 0.9% 0.68% -
XYZ 23.07 11.34 40.51 -
YUV 79.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 164 18 173 0.05 0.90 0 0.32 296.52 0.81 0.37
Hex A4 12 AD 5 5A 0 20 129 51 25
Octal 244 22 255 5 132 0 40 451 121 45
Binary 10100100 10010 10101101 101 1011010 0 100000 100101001 1010001 100101

Color Harmonies of #A412AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A412AD

Black with #A412AD

Text Example


Text Example

White with #A412AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A412AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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