Html Css Color HEX #A81394 Dark Magenta

📋 copy color: '#A81394'

red 168 ◦ green 19 ◦ blue 148

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

Shades of Dark Magenta #A81394

Tints of Dark Magenta #A81394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 50.15%
G = 5.67%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A81394 (or 0xA81394) is known color: Dark Magenta. HEX triplet: A8, 13 and 94. RGB value is (168,19,148). Sum of RGB (Red+Green+Blue) = 168+19+148=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A81394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81394 is #57EC6B. Grayscale: #4D4D4D. Windows color (decimal): -5762156 or 9704360. OLE color: 9704360.

HSL color Cylindrical-coordinate representation of color #A81394: hue angle of 308.05º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81394 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 19 148 -
CMYK 0 0.89 0.12 0.34
HSL 308.05º 0.8% 0.37% -
HSV(B) 308.05º 0.89% 0.66% -
XYZ 21.73 10.93 28.98 -
YUV 78.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 168 19 148 0 0.89 0.12 0.34 308.05 0.8 0.37
Hex A8 13 94 0 59 C 22 134 50 25
Octal 250 23 224 0 131 14 42 464 120 45
Binary 10101000 10011 10010100 0 1011001 1100 100010 100110100 1010000 100101

Color Harmonies of #A81394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81394

Black with #A81394

Text Example


Text Example

White with #A81394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81394; }

 p { color: rgb(168,19,148); }

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

background-color css

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

 a { background-color: rgb(168,19,148); }

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

border-color css

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

 span { border-color: rgb(168,19,148); }

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