Html Css Color HEX #A31BA0 Dark Magenta

📋 copy color: '#A31BA0'

red 163 ◦ green 27 ◦ blue 160

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

Shades of Dark Magenta #A31BA0

Tints of Dark Magenta #A31BA0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 46.57%
G = 7.71%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A31BA0 (or 0xA31BA0) is known color: Dark Magenta. HEX triplet: A3, 1B and A0. RGB value is (163,27,160). Sum of RGB (Red+Green+Blue) = 163+27+160=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A31BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BA0 is #5CE45F. Grayscale: #525252. Windows color (decimal): -6087776 or 10492835. OLE color: 10492835.

HSL color Cylindrical-coordinate representation of color #A31BA0: hue angle of 301.32º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31BA0 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 27 160 -
CMYK 0 0.83 0.02 0.36
HSL 301.32º 0.72% 0.37% -
HSV(B) 301.32º 0.83% 0.64% -
XYZ 21.84 11.11 34.25 -
YUV 82.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 163 27 160 0 0.83 0.02 0.36 301.32 0.72 0.37
Hex A3 1B A0 0 53 2 24 12D 48 25
Octal 243 33 240 0 123 2 44 455 110 45
Binary 10100011 11011 10100000 0 1010011 10 100100 100101101 1001000 100101

Color Harmonies of #A31BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BA0

Black with #A31BA0

Text Example


Text Example

White with #A31BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BA0; }

 p { color: rgb(163,27,160); }

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

background-color css

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

 a { background-color: rgb(163,27,160); }

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

border-color css

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

 span { border-color: rgb(163,27,160); }

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