Html Css Color HEX #A81999 Dark Magenta

📋 copy color: '#A81999'

red 168 ◦ green 25 ◦ blue 153

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

Shades of Dark Magenta #A81999

Tints of Dark Magenta #A81999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 48.55%
G = 7.23%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A81999 (or 0xA81999) is known color: Dark Magenta. HEX triplet: A8, 19 and 99. RGB value is (168,25,153). Sum of RGB (Red+Green+Blue) = 168+25+153=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A81999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81999 is #57E666. Grayscale: #515151. Windows color (decimal): -5760615 or 10033576. OLE color: 10033576.

HSL color Cylindrical-coordinate representation of color #A81999: hue angle of 306.29º 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 #A81999 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 153 -
CMYK 0 0.85 0.09 0.34
HSL 306.29º 0.74% 0.38% -
HSV(B) 306.29º 0.85% 0.66% -
XYZ 22.25 11.32 31.15 -
YUV 82.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 168 25 153 0 0.85 0.09 0.34 306.29 0.74 0.38
Hex A8 19 99 0 55 9 22 132 4A 26
Octal 250 31 231 0 125 11 42 462 112 46
Binary 10101000 11001 10011001 0 1010101 1001 100010 100110010 1001010 100110

Color Harmonies of #A81999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81999

Black with #A81999

Text Example


Text Example

White with #A81999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81999; }

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

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

background-color css

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

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

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

border-color css

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

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

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