Html Css Color HEX #A3029F Dark Magenta

📋 copy color: '#A3029F'

red 163 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #A3029F

Tints of Dark Magenta #A3029F

RGB

 RED value IS 163 (64.06% from 255) = 50.31%

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 159 (62.5% from 255) = 49.07%

R = 50.31%
G = 0.62%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3029F (or 0xA3029F) is known color: Dark Magenta. HEX triplet: A3, 02 and 9F. RGB value is (163,2,159). Sum of RGB (Red+Green+Blue) = 163+2+159=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3029F is #5CFD60. Grayscale: #434343. Windows color (decimal): -6094177 or 10420899. OLE color: 10420899.

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

Color convert

RGB 163 2 159 -
CMYK 0 0.99 0.02 0.36
HSL 301.49º 0.98% 0.32% -
HSV(B) 301.49º 0.99% 0.64% -
XYZ 21.38 10.33 33.67 -
YUV 68.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 163 2 159 0 0.99 0.02 0.36 301.49 0.98 0.32
Hex A3 2 9F 0 63 2 24 12D 62 20
Octal 243 2 237 0 143 2 44 455 142 40
Binary 10100011 10 10011111 0 1100011 10 100100 100101101 1100010 100000

Color Harmonies of #A3029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3029F

Black with #A3029F

Text Example


Text Example

White with #A3029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3029F; }

 p { color: rgb(163,2,159); }

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

background-color css

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

 a { background-color: rgb(163,2,159); }

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

border-color css

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

 span { border-color: rgb(163,2,159); }

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