Html Css Color HEX #A7089A Dark Magenta

📋 copy color: '#A7089A'

red 167 ◦ green 8 ◦ blue 154

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

Shades of Dark Magenta #A7089A

Tints of Dark Magenta #A7089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.43%

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 50.76%
G = 2.43%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7089A (or 0xA7089A) is known color: Dark Magenta. HEX triplet: A7, 08 and 9A. RGB value is (167,8,154). Sum of RGB (Red+Green+Blue) = 167+8+154=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7089A is #58F765. Grayscale: #474747. Windows color (decimal): -5830502 or 10094759. OLE color: 10094759.

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

Color convert

RGB 167 8 154 -
CMYK 0 0.95 0.08 0.35
HSL 304.91º 0.91% 0.34% -
HSV(B) 304.91º 0.95% 0.65% -
XYZ 21.86 10.72 31.49 -
YUV 72.19 174.18 195.63 -
System Red Green Blue C M Y K H S L
Decimal 167 8 154 0 0.95 0.08 0.35 304.91 0.91 0.34
Hex A7 8 9A 0 5F 8 23 131 5B 22
Octal 247 10 232 0 137 10 43 461 133 42
Binary 10100111 1000 10011010 0 1011111 1000 100011 100110001 1011011 100010

Color Harmonies of #A7089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7089A

Black with #A7089A

Text Example


Text Example

White with #A7089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7089A; }

 p { color: rgb(167,8,154); }

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

background-color css

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

 a { background-color: rgb(167,8,154); }

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

border-color css

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

 span { border-color: rgb(167,8,154); }

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