Html Css Color HEX #A81293 Dark Magenta

📋 copy color: '#A81293'

red 168 ◦ green 18 ◦ blue 147

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

Shades of Dark Magenta #A81293

Tints of Dark Magenta #A81293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 50.45%
G = 5.41%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#A81293 (or 0xA81293) is known color: Dark Magenta. HEX triplet: A8, 12 and 93. RGB value is (168,18,147). Sum of RGB (Red+Green+Blue) = 168+18+147=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A81293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81293 is #57ED6C. Grayscale: #4D4D4D. Windows color (decimal): -5762413 or 9638568. OLE color: 9638568.

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

Color convert

RGB 168 18 147 -
CMYK 0 0.89 0.13 0.34
HSL 308.4º 0.81% 0.36% -
HSV(B) 308.4º 0.89% 0.66% -
XYZ 21.63 10.86 28.56 -
YUV 77.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 168 18 147 0 0.89 0.13 0.34 308.4 0.81 0.36
Hex A8 12 93 0 59 D 22 134 51 24
Octal 250 22 223 0 131 15 42 464 121 44
Binary 10101000 10010 10010011 0 1011001 1101 100010 100110100 1010001 100100

Color Harmonies of #A81293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81293

Black with #A81293

Text Example


Text Example

White with #A81293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81293; }

 p { color: rgb(168,18,147); }

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

background-color css

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

 a { background-color: rgb(168,18,147); }

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

border-color css

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

 span { border-color: rgb(168,18,147); }

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