Html Css Color HEX #A414AC Dark Magenta

📋 copy color: '#A414AC'

red 164 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #A414AC

Tints of Dark Magenta #A414AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 46.07%
G = 5.62%
B = 48.31%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A414AC (or 0xA414AC) is known color: Dark Magenta. HEX triplet: A4, 14 and AC. RGB value is (164,20,172). Sum of RGB (Red+Green+Blue) = 164+20+172=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #A414AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A414AC is #5BEB53. Grayscale: #4F4F4F. Windows color (decimal): -6024020 or 11277476. OLE color: 11277476.

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

Color convert

RGB 164 20 172 -
CMYK 0.05 0.88 0 0.33
HSL 296.84º 0.79% 0.38% -
HSV(B) 296.84º 0.88% 0.67% -
XYZ 23.01 11.37 40.01 -
YUV 80.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 164 20 172 0.05 0.88 0 0.33 296.84 0.79 0.38
Hex A4 14 AC 5 58 0 21 129 4F 26
Octal 244 24 254 5 130 0 41 451 117 46
Binary 10100100 10100 10101100 101 1011000 0 100001 100101001 1001111 100110

Color Harmonies of #A414AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414AC

Black with #A414AC

Text Example


Text Example

White with #A414AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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