Html Css Color HEX #A7068A Dark Magenta

📋 copy color: '#A7068A'

red 167 ◦ green 6 ◦ blue 138

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

Shades of Dark Magenta #A7068A

Tints of Dark Magenta #A7068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.93%

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

R = 53.7%
G = 1.93%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7068A (or 0xA7068A) is known color: Dark Magenta. HEX triplet: A7, 06 and 8A. RGB value is (167,6,138). Sum of RGB (Red+Green+Blue) = 167+6+138=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7068A is #58F975. Grayscale: #444444. Windows color (decimal): -5831030 or 9045671. OLE color: 9045671.

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

Color convert

RGB 167 6 138 -
CMYK 0 0.96 0.17 0.35
HSL 310.81º 0.93% 0.34% -
HSV(B) 310.81º 0.96% 0.65% -
XYZ 20.59 10.18 24.92 -
YUV 69.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 167 6 138 0 0.96 0.17 0.35 310.81 0.93 0.34
Hex A7 6 8A 0 60 11 23 137 5D 22
Octal 247 6 212 0 140 21 43 467 135 42
Binary 10100111 110 10001010 0 1100000 10001 100011 100110111 1011101 100010

Color Harmonies of #A7068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7068A

Black with #A7068A

Text Example


Text Example

White with #A7068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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