Html Css Color HEX #A7038A Dark Magenta

📋 copy color: '#A7038A'

red 167 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #A7038A

Tints of Dark Magenta #A7038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

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

R = 54.22%
G = 0.97%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7038A (or 0xA7038A) is known color: Dark Magenta. HEX triplet: A7, 03 and 8A. RGB value is (167,3,138). Sum of RGB (Red+Green+Blue) = 167+3+138=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7038A is #58FC75. Grayscale: #434343. Windows color (decimal): -5831798 or 9044903. OLE color: 9044903.

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

Color convert

RGB 167 3 138 -
CMYK 0 0.98 0.17 0.35
HSL 310.61º 0.96% 0.33% -
HSV(B) 310.61º 0.98% 0.65% -
XYZ 20.56 10.12 24.91 -
YUV 67.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 167 3 138 0 0.98 0.17 0.35 310.61 0.96 0.33
Hex A7 3 8A 0 62 11 23 137 60 21
Octal 247 3 212 0 142 21 43 467 140 41
Binary 10100111 11 10001010 0 1100010 10001 100011 100110111 1100000 100001

Color Harmonies of #A7038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7038A

Black with #A7038A

Text Example


Text Example

White with #A7038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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