Html Css Color HEX #A403AA Dark Magenta

📋 copy color: '#A403AA'

red 164 ◦ green 3 ◦ blue 170

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

Shades of Dark Magenta #A403AA

Tints of Dark Magenta #A403AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

 BLUE value IS 170 (66.8% from 255) = 50.45%

R = 48.66%
G = 0.89%
B = 50.45%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A403AA (or 0xA403AA) is known color: Dark Magenta. HEX triplet: A4, 03 and AA. RGB value is (164,3,170). Sum of RGB (Red+Green+Blue) = 164+3+170=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #A403AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A403AA is #5BFC55. Grayscale: #454545. Windows color (decimal): -6028374 or 11142052. OLE color: 11142052.

HSL color Cylindrical-coordinate representation of color #A403AA: hue angle of 297.84º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403AA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 3 170 -
CMYK 0.04 0.98 0 0.33
HSL 297.84º 0.97% 0.34% -
HSV(B) 297.84º 0.98% 0.67% -
XYZ 22.6 10.86 38.94 -
YUV 70.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 164 3 170 0.04 0.98 0 0.33 297.84 0.97 0.34
Hex A4 3 AA 4 62 0 21 12A 61 22
Octal 244 3 252 4 142 0 41 452 141 42
Binary 10100100 11 10101010 100 1100010 0 100001 100101010 1100001 100010

Color Harmonies of #A403AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403AA

Black with #A403AA

Text Example


Text Example

White with #A403AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403AA; }

 p { color: rgb(164,3,170); }

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

background-color css

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

 a { background-color: rgb(164,3,170); }

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

border-color css

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

 span { border-color: rgb(164,3,170); }

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