Html Css Color HEX #A7008A Dark Magenta

📋 copy color: '#A7008A'

red 167 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #A7008A

Tints of Dark Magenta #A7008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.75%
G = 0%
B = 45.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7008A (or 0xA7008A) is known color: Dark Magenta. HEX triplet: A7, 00 and 8A. RGB value is (167,0,138). Sum of RGB (Red+Green+Blue) = 167+0+138=305 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.75% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 167 - color contains mainly: red. Hex color #A7008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7008A is #58FF75. Grayscale: #414141. Windows color (decimal): -5832566 or 9044135. OLE color: 9044135.

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

Color convert

RGB 167 0 138 -
CMYK 0 1 0.17 0.35
HSL 310.42º 1% 0.33% -
HSV(B) 310.42º 1% 0.65% -
XYZ 20.52 10.05 24.9 -
YUV 65.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 167 0 138 0 1 0.17 0.35 310.42 1 0.33
Hex A7 0 8A 0 64 11 23 136 64 21
Octal 247 0 212 0 144 21 43 466 144 41
Binary 10100111 0 10001010 0 1100100 10001 100011 100110110 1100100 100001

Color Harmonies of #A7008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7008A

Black with #A7008A

Text Example


Text Example

White with #A7008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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