Html Css Color HEX #A7028F Dark Magenta

📋 copy color: '#A7028F'

red 167 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #A7028F

Tints of Dark Magenta #A7028F

RGB

 RED value IS 167 (65.63% from 255) = 53.53%

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

 BLUE value IS 143 (56.25% from 255) = 45.83%

R = 53.53%
G = 0.64%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7028F (or 0xA7028F) is known color: Dark Magenta. HEX triplet: A7, 02 and 8F. RGB value is (167,2,143). Sum of RGB (Red+Green+Blue) = 167+2+143=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7028F is #58FD70. Grayscale: #434343. Windows color (decimal): -5832049 or 9372327. OLE color: 9372327.

HSL color Cylindrical-coordinate representation of color #A7028F: hue angle of 308.73º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7028F is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 143 -
CMYK 0 0.99 0.14 0.35
HSL 308.73º 0.98% 0.33% -
HSV(B) 308.73º 0.99% 0.65% -
XYZ 20.92 10.24 26.86 -
YUV 67.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 167 2 143 0 0.99 0.14 0.35 308.73 0.98 0.33
Hex A7 2 8F 0 63 E 23 135 62 21
Octal 247 2 217 0 143 16 43 465 142 41
Binary 10100111 10 10001111 0 1100011 1110 100011 100110101 1100010 100001

Color Harmonies of #A7028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7028F

Black with #A7028F

Text Example


Text Example

White with #A7028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7028F; }

 p { color: rgb(167,2,143); }

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

background-color css

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

 a { background-color: rgb(167,2,143); }

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

border-color css

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

 span { border-color: rgb(167,2,143); }

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