Html Css Color HEX #A8048B Dark Magenta

📋 copy color: '#A8048B'

red 168 ◦ green 4 ◦ blue 139

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

Shades of Dark Magenta #A8048B

Tints of Dark Magenta #A8048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 54.02%
G = 1.29%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8048B (or 0xA8048B) is known color: Dark Magenta. HEX triplet: A8, 04 and 8B. RGB value is (168,4,139). Sum of RGB (Red+Green+Blue) = 168+4+139=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8048B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8048B is #57FB74. Grayscale: #444444. Windows color (decimal): -5766005 or 9110696. OLE color: 9110696.

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

Color convert

RGB 168 4 139 -
CMYK 0 0.98 0.17 0.34
HSL 310.61º 0.95% 0.34% -
HSV(B) 310.61º 0.98% 0.66% -
XYZ 20.85 10.28 25.31 -
YUV 68.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 168 4 139 0 0.98 0.17 0.34 310.61 0.95 0.34
Hex A8 4 8B 0 62 11 22 137 5F 22
Octal 250 4 213 0 142 21 42 467 137 42
Binary 10101000 100 10001011 0 1100010 10001 100010 100110111 1011111 100010

Color Harmonies of #A8048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8048B

Black with #A8048B

Text Example


Text Example

White with #A8048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8048B; }

 p { color: rgb(168,4,139); }

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

background-color css

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

 a { background-color: rgb(168,4,139); }

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

border-color css

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

 span { border-color: rgb(168,4,139); }

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