Html Css Color HEX #A8058F Dark Magenta

📋 copy color: '#A8058F'

red 168 ◦ green 5 ◦ blue 143

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

Shades of Dark Magenta #A8058F

Tints of Dark Magenta #A8058F

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

 GREEN value IS 5 (2.34% from 255) = 1.58%

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 53.16%
G = 1.58%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8058F (or 0xA8058F) is known color: Dark Magenta. HEX triplet: A8, 05 and 8F. RGB value is (168,5,143). Sum of RGB (Red+Green+Blue) = 168+5+143=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8058F is #57FA70. Grayscale: #454545. Windows color (decimal): -5765745 or 9373096. OLE color: 9373096.

HSL color Cylindrical-coordinate representation of color #A8058F: hue angle of 309.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8058F is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 143 -
CMYK 0 0.97 0.15 0.34
HSL 309.2º 0.94% 0.34% -
HSV(B) 309.2º 0.97% 0.66% -
XYZ 21.16 10.42 26.88 -
YUV 69.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 168 5 143 0 0.97 0.15 0.34 309.2 0.94 0.34
Hex A8 5 8F 0 61 F 22 135 5E 22
Octal 250 5 217 0 141 17 42 465 136 42
Binary 10101000 101 10001111 0 1100001 1111 100010 100110101 1011110 100010

Color Harmonies of #A8058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8058F

Black with #A8058F

Text Example


Text Example

White with #A8058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8058F; }

 p { color: rgb(168,5,143); }

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

background-color css

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

 a { background-color: rgb(168,5,143); }

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

border-color css

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

 span { border-color: rgb(168,5,143); }

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