Html Css Color HEX #A3028E Dark Magenta

📋 copy color: '#A3028E'

red 163 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #A3028E

Tints of Dark Magenta #A3028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.25%

R = 53.09%
G = 0.65%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3028E (or 0xA3028E) is known color: Dark Magenta. HEX triplet: A3, 02 and 8E. RGB value is (163,2,142). Sum of RGB (Red+Green+Blue) = 163+2+142=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3028E is #5CFD71. Grayscale: #414141. Windows color (decimal): -6094194 or 9306787. OLE color: 9306787.

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

Color convert

RGB 163 2 142 -
CMYK 0 0.99 0.13 0.36
HSL 307.83º 0.98% 0.32% -
HSV(B) 307.83º 0.99% 0.64% -
XYZ 20.01 9.78 26.42 -
YUV 66.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 163 2 142 0 0.99 0.13 0.36 307.83 0.98 0.32
Hex A3 2 8E 0 63 D 24 134 62 20
Octal 243 2 216 0 143 15 44 464 142 40
Binary 10100011 10 10001110 0 1100011 1101 100100 100110100 1100010 100000

Color Harmonies of #A3028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3028E

Black with #A3028E

Text Example


Text Example

White with #A3028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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