Html Css Color HEX #A403A4 Dark Magenta

📋 copy color: '#A403A4'

red 164 ◦ green 3 ◦ blue 164

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

Shades of Dark Magenta #A403A4

Tints of Dark Magenta #A403A4

RGB

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

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

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

R = 49.55%
G = 0.91%
B = 49.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A403A4 (or 0xA403A4) is known color: Dark Magenta. HEX triplet: A4, 03 and A4. RGB value is (164,3,164). Sum of RGB (Red+Green+Blue) = 164+3+164=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A403A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A403A4 is #5BFC5B. Grayscale: #454545. Windows color (decimal): -6028380 or 10748836. OLE color: 10748836.

HSL color Cylindrical-coordinate representation of color #A403A4: hue angle of 300º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403A4 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 164 -
CMYK 0 0.98 0 0.36
HSL 300º 0.96% 0.33% -
HSV(B) 300º 0.98% 0.64% -
XYZ 22.04 10.64 36.01 -
YUV 69.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 164 3 164 0 0.98 0 0.36 300 0.96 0.33
Hex A4 3 A4 0 62 0 24 12C 60 21
Octal 244 3 244 0 142 0 44 454 140 41
Binary 10100100 11 10100100 0 1100010 0 100100 100101100 1100000 100001

Color Harmonies of #A403A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A403A4

Black with #A403A4

Text Example


Text Example

White with #A403A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A403A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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