Html Css Color HEX #A3029C Dark Magenta

📋 copy color: '#A3029C'

red 163 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #A3029C

Tints of Dark Magenta #A3029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.6%

R = 50.78%
G = 0.62%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3029C (or 0xA3029C) is known color: Dark Magenta. HEX triplet: A3, 02 and 9C. RGB value is (163,2,156). Sum of RGB (Red+Green+Blue) = 163+2+156=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3029C is #5CFD63. Grayscale: #434343. Windows color (decimal): -6094180 or 10224291. OLE color: 10224291.

HSL color Cylindrical-coordinate representation of color #A3029C: hue angle of 302.61º 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 #A3029C is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 156 -
CMYK 0 0.99 0.04 0.36
HSL 302.61º 0.98% 0.32% -
HSV(B) 302.61º 0.99% 0.64% -
XYZ 21.13 10.23 32.31 -
YUV 67.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 163 2 156 0 0.99 0.04 0.36 302.61 0.98 0.32
Hex A3 2 9C 0 63 4 24 12F 62 20
Octal 243 2 234 0 143 4 44 457 142 40
Binary 10100011 10 10011100 0 1100011 100 100100 100101111 1100010 100000

Color Harmonies of #A3029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3029C

Black with #A3029C

Text Example


Text Example

White with #A3029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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