Html Css Color HEX #A7088B Dark Magenta

📋 copy color: '#A7088B'

red 167 ◦ green 8 ◦ blue 139

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

Shades of Dark Magenta #A7088B

Tints of Dark Magenta #A7088B

RGB

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

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

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

R = 53.18%
G = 2.55%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7088B (or 0xA7088B) is known color: Dark Magenta. HEX triplet: A7, 08 and 8B. RGB value is (167,8,139). Sum of RGB (Red+Green+Blue) = 167+8+139=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A7088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7088B is #58F774. Grayscale: #464646. Windows color (decimal): -5830517 or 9111719. OLE color: 9111719.

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

Color convert

RGB 167 8 139 -
CMYK 0 0.95 0.17 0.35
HSL 310.57º 0.91% 0.34% -
HSV(B) 310.57º 0.95% 0.65% -
XYZ 20.68 10.25 25.32 -
YUV 70.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 167 8 139 0 0.95 0.17 0.35 310.57 0.91 0.34
Hex A7 8 8B 0 5F 11 23 137 5B 22
Octal 247 10 213 0 137 21 43 467 133 42
Binary 10100111 1000 10001011 0 1011111 10001 100011 100110111 1011011 100010

Color Harmonies of #A7088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7088B

Black with #A7088B

Text Example


Text Example

White with #A7088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7088B; }

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

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

background-color css

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

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

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

border-color css

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

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

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