Html Css Color HEX #A81998 Dark Magenta

📋 copy color: '#A81998'

red 168 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #A81998

Tints of Dark Magenta #A81998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 48.7%
G = 7.25%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#A81998 (or 0xA81998) is known color: Dark Magenta. HEX triplet: A8, 19 and 98. RGB value is (168,25,152). Sum of RGB (Red+Green+Blue) = 168+25+152=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A81998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81998 is #57E667. Grayscale: #515151. Windows color (decimal): -5760616 or 9968040. OLE color: 9968040.

HSL color Cylindrical-coordinate representation of color #A81998: hue angle of 306.71º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81998 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 152 -
CMYK 0 0.85 0.10 0.34
HSL 306.71º 0.74% 0.38% -
HSV(B) 306.71º 0.85% 0.66% -
XYZ 22.16 11.29 30.72 -
YUV 82.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 168 25 152 0 0.85 0.10 0.34 306.71 0.74 0.38
Hex A8 19 98 0 55 A 22 133 4A 26
Octal 250 31 230 0 125 12 42 463 112 46
Binary 10101000 11001 10011000 0 1010101 1010 100010 100110011 1001010 100110

Color Harmonies of #A81998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81998

Black with #A81998

Text Example


Text Example

White with #A81998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81998; }

 p { color: rgb(168,25,152); }

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

background-color css

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

 a { background-color: rgb(168,25,152); }

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

border-color css

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

 span { border-color: rgb(168,25,152); }

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