Html Css Color HEX #A7028A Dark Magenta

📋 copy color: '#A7028A'

red 167 ◦ green 2 ◦ blue 138

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

Shades of Dark Magenta #A7028A

Tints of Dark Magenta #A7028A

RGB

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

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

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

R = 54.4%
G = 0.65%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7028A (or 0xA7028A) is known color: Dark Magenta. HEX triplet: A7, 02 and 8A. RGB value is (167,2,138). Sum of RGB (Red+Green+Blue) = 167+2+138=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A7028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7028A is #58FD75. Grayscale: #424242. Windows color (decimal): -5832054 or 9044647. OLE color: 9044647.

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

Color convert

RGB 167 2 138 -
CMYK 0 0.99 0.17 0.35
HSL 310.55º 0.98% 0.33% -
HSV(B) 310.55º 0.99% 0.65% -
XYZ 20.55 10.09 24.91 -
YUV 66.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 167 2 138 0 0.99 0.17 0.35 310.55 0.98 0.33
Hex A7 2 8A 0 63 11 23 137 62 21
Octal 247 2 212 0 143 21 43 467 142 41
Binary 10100111 10 10001010 0 1100011 10001 100011 100110111 1100010 100001

Color Harmonies of #A7028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7028A

Black with #A7028A

Text Example


Text Example

White with #A7028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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