Html Css Color HEX #A3028A Dark Magenta

📋 copy color: '#A3028A'

red 163 ◦ green 2 ◦ blue 138

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

Shades of Dark Magenta #A3028A

Tints of Dark Magenta #A3028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 53.8%
G = 0.66%
B = 45.54%

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

#A3028A (or 0xA3028A) is known color: Dark Magenta. HEX triplet: A3, 02 and 8A. RGB value is (163,2,138). Sum of RGB (Red+Green+Blue) = 163+2+138=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3028A is #5CFD75. Grayscale: #414141. Windows color (decimal): -6094198 or 9044643. OLE color: 9044643.

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

Color convert

RGB 163 2 138 -
CMYK 0 0.99 0.15 0.36
HSL 309.32º 0.98% 0.32% -
HSV(B) 309.32º 0.99% 0.64% -
XYZ 19.71 9.66 24.87 -
YUV 65.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 163 2 138 0 0.99 0.15 0.36 309.32 0.98 0.32
Hex A3 2 8A 0 63 F 24 135 62 20
Octal 243 2 212 0 143 17 44 465 142 40
Binary 10100011 10 10001010 0 1100011 1111 100100 100110101 1100010 100000

Color Harmonies of #A3028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3028A

Black with #A3028A

Text Example


Text Example

White with #A3028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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