Html Css Color HEX #A8038F Dark Magenta

📋 copy color: '#A8038F'

red 168 ◦ green 3 ◦ blue 143

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

Shades of Dark Magenta #A8038F

Tints of Dark Magenta #A8038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 53.5%
G = 0.96%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8038F (or 0xA8038F) is known color: Dark Magenta. HEX triplet: A8, 03 and 8F. RGB value is (168,3,143). Sum of RGB (Red+Green+Blue) = 168+3+143=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8038F is #57FC70. Grayscale: #434343. Windows color (decimal): -5766257 or 9372584. OLE color: 9372584.

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

Color convert

RGB 168 3 143 -
CMYK 0 0.98 0.15 0.34
HSL 309.09º 0.96% 0.34% -
HSV(B) 309.09º 0.98% 0.66% -
XYZ 21.14 10.37 26.87 -
YUV 68.3 170.16 199.12 -
System Red Green Blue C M Y K H S L
Decimal 168 3 143 0 0.98 0.15 0.34 309.09 0.96 0.34
Hex A8 3 8F 0 62 F 22 135 60 22
Octal 250 3 217 0 142 17 42 465 140 42
Binary 10101000 11 10001111 0 1100010 1111 100010 100110101 1100000 100010

Color Harmonies of #A8038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8038F

Black with #A8038F

Text Example


Text Example

White with #A8038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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