Html Css Color HEX #A31096 Dark Magenta

📋 copy color: '#A31096'

red 163 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #A31096

Tints of Dark Magenta #A31096

RGB

 RED value IS 163 (64.06% from 255) = 49.54%

 GREEN value IS 16 (6.64% from 255) = 4.86%

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 49.54%
G = 4.86%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A31096 (or 0xA31096) is known color: Dark Magenta. HEX triplet: A3, 10 and 96. RGB value is (163,16,150). Sum of RGB (Red+Green+Blue) = 163+16+150=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A31096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31096 is #5CEF69. Grayscale: #4A4A4A. Windows color (decimal): -6090602 or 9834659. OLE color: 9834659.

HSL color Cylindrical-coordinate representation of color #A31096: hue angle of 305.31º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31096 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 150 -
CMYK 0 0.90 0.08 0.36
HSL 305.31º 0.82% 0.35% -
HSV(B) 305.31º 0.9% 0.64% -
XYZ 20.79 10.36 29.76 -
YUV 75.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 163 16 150 0 0.90 0.08 0.36 305.31 0.82 0.35
Hex A3 10 96 0 5A 8 24 131 52 23
Octal 243 20 226 0 132 10 44 461 122 43
Binary 10100011 10000 10010110 0 1011010 1000 100100 100110001 1010010 100011

Color Harmonies of #A31096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31096

Black with #A31096

Text Example


Text Example

White with #A31096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31096; }

 p { color: rgb(163,16,150); }

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

background-color css

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

 a { background-color: rgb(163,16,150); }

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

border-color css

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

 span { border-color: rgb(163,16,150); }

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