Html Css Color HEX #A3028B Dark Magenta

📋 copy color: '#A3028B'

red 163 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #A3028B

Tints of Dark Magenta #A3028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.72%

R = 53.62%
G = 0.66%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3028B (or 0xA3028B) is known color: Dark Magenta. HEX triplet: A3, 02 and 8B. RGB value is (163,2,139). Sum of RGB (Red+Green+Blue) = 163+2+139=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3028B is #5CFD74. Grayscale: #414141. Windows color (decimal): -6094197 or 9110179. OLE color: 9110179.

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

Color convert

RGB 163 2 139 -
CMYK 0 0.99 0.15 0.36
HSL 308.94º 0.98% 0.32% -
HSV(B) 308.94º 0.99% 0.64% -
XYZ 19.79 9.69 25.25 -
YUV 65.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 163 2 139 0 0.99 0.15 0.36 308.94 0.98 0.32
Hex A3 2 8B 0 63 F 24 135 62 20
Octal 243 2 213 0 143 17 44 465 142 40
Binary 10100011 10 10001011 0 1100011 1111 100100 100110101 1100010 100000

Color Harmonies of #A3028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3028B

Black with #A3028B

Text Example


Text Example

White with #A3028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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