Html Css Color HEX #A31BA2 Dark Magenta

📋 copy color: '#A31BA2'

red 163 ◦ green 27 ◦ blue 162

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

Shades of Dark Magenta #A31BA2

Tints of Dark Magenta #A31BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.02%

R = 46.31%
G = 7.67%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A31BA2 (or 0xA31BA2) is known color: Dark Magenta. HEX triplet: A3, 1B and A2. RGB value is (163,27,162). Sum of RGB (Red+Green+Blue) = 163+27+162=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A31BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BA2 is #5CE45D. Grayscale: #525252. Windows color (decimal): -6087774 or 10623907. OLE color: 10623907.

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

Color convert

RGB 163 27 162 -
CMYK 0 0.83 0.01 0.36
HSL 300.44º 0.72% 0.37% -
HSV(B) 300.44º 0.83% 0.64% -
XYZ 22.02 11.18 35.18 -
YUV 83.05 172.56 185.02 -
System Red Green Blue C M Y K H S L
Decimal 163 27 162 0 0.83 0.01 0.36 300.44 0.72 0.37
Hex A3 1B A2 0 53 1 24 12C 48 25
Octal 243 33 242 0 123 1 44 454 110 45
Binary 10100011 11011 10100010 0 1010011 1 100100 100101100 1001000 100101

Color Harmonies of #A31BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BA2

Black with #A31BA2

Text Example


Text Example

White with #A31BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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