Html Css Color HEX #A31093 Dark Magenta

📋 copy color: '#A31093'

red 163 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #A31093

Tints of Dark Magenta #A31093

RGB

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

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

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

R = 50%
G = 4.91%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31093 (or 0xA31093) is known color: Dark Magenta. HEX triplet: A3, 10 and 93. RGB value is (163,16,147). Sum of RGB (Red+Green+Blue) = 163+16+147=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A31093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31093 is #5CEF6C. Grayscale: #4A4A4A. Windows color (decimal): -6090605 or 9638051. OLE color: 9638051.

HSL color Cylindrical-coordinate representation of color #A31093: hue angle of 306.53º 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 #A31093 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 147 -
CMYK 0 0.90 0.10 0.36
HSL 306.53º 0.82% 0.35% -
HSV(B) 306.53º 0.9% 0.64% -
XYZ 20.56 10.26 28.5 -
YUV 74.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 163 16 147 0 0.90 0.10 0.36 306.53 0.82 0.35
Hex A3 10 93 0 5A A 24 133 52 23
Octal 243 20 223 0 132 12 44 463 122 43
Binary 10100011 10000 10010011 0 1011010 1010 100100 100110011 1010010 100011

Color Harmonies of #A31093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31093

Black with #A31093

Text Example


Text Example

White with #A31093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31093; }

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

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

background-color css

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

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

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

border-color css

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

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

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