Html Css Color HEX #A31187 Dark Magenta

📋 copy color: '#A31187'

red 163 ◦ green 17 ◦ blue 135

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

Shades of Dark Magenta #A31187

Tints of Dark Magenta #A31187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 51.75%
G = 5.4%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A31187 (or 0xA31187) is known color: Dark Magenta. HEX triplet: A3, 11 and 87. RGB value is (163,17,135). Sum of RGB (Red+Green+Blue) = 163+17+135=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A31187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31187 is #5CEE78. Grayscale: #494949. Windows color (decimal): -6090361 or 8851875. OLE color: 8851875.

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

Color convert

RGB 163 17 135 -
CMYK 0 0.90 0.17 0.36
HSL 311.51º 0.81% 0.35% -
HSV(B) 311.51º 0.9% 0.64% -
XYZ 19.68 9.94 23.8 -
YUV 74.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 163 17 135 0 0.90 0.17 0.36 311.51 0.81 0.35
Hex A3 11 87 0 5A 11 24 138 51 23
Octal 243 21 207 0 132 21 44 470 121 43
Binary 10100011 10001 10000111 0 1011010 10001 100100 100111000 1010001 100011

Color Harmonies of #A31187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31187

Black with #A31187

Text Example


Text Example

White with #A31187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31187; }

 p { color: rgb(163,17,135); }

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

background-color css

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

 a { background-color: rgb(163,17,135); }

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

border-color css

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

 span { border-color: rgb(163,17,135); }

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