Html Css Color HEX #A7028B Dark Magenta

📋 copy color: '#A7028B'

red 167 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #A7028B

Tints of Dark Magenta #A7028B

RGB

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

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

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

R = 54.22%
G = 0.65%
B = 45.13%

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

#A7028B (or 0xA7028B) is known color: Dark Magenta. HEX triplet: A7, 02 and 8B. RGB value is (167,2,139). Sum of RGB (Red+Green+Blue) = 167+2+139=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7028B is #58FD74. Grayscale: #424242. Windows color (decimal): -5832053 or 9110183. OLE color: 9110183.

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

Color convert

RGB 167 2 139 -
CMYK 0 0.99 0.17 0.35
HSL 310.18º 0.98% 0.33% -
HSV(B) 310.18º 0.99% 0.65% -
XYZ 20.62 10.12 25.29 -
YUV 66.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 167 2 139 0 0.99 0.17 0.35 310.18 0.98 0.33
Hex A7 2 8B 0 63 11 23 136 62 21
Octal 247 2 213 0 143 21 43 466 142 41
Binary 10100111 10 10001011 0 1100011 10001 100011 100110110 1100010 100001

Color Harmonies of #A7028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7028B

Black with #A7028B

Text Example


Text Example

White with #A7028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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