Html Css Color HEX #A31BAA Dark Magenta

📋 copy color: '#A31BAA'

red 163 ◦ green 27 ◦ blue 170

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

Shades of Dark Magenta #A31BAA

Tints of Dark Magenta #A31BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 45.28%
G = 7.5%
B = 47.22%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A31BAA (or 0xA31BAA) is known color: Dark Magenta. HEX triplet: A3, 1B and AA. RGB value is (163,27,170). Sum of RGB (Red+Green+Blue) = 163+27+170=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #A31BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31BAA is #5CE455. Grayscale: #535353. Windows color (decimal): -6087766 or 11148195. OLE color: 11148195.

HSL color Cylindrical-coordinate representation of color #A31BAA: hue angle of 297.06º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31BAA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 27 170 -
CMYK 0.04 0.84 0 0.33
HSL 297.06º 0.73% 0.39% -
HSV(B) 297.06º 0.84% 0.67% -
XYZ 22.75 11.47 39.05 -
YUV 83.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 163 27 170 0.04 0.84 0 0.33 297.06 0.73 0.39
Hex A3 1B AA 4 54 0 21 129 49 27
Octal 243 33 252 4 124 0 41 451 111 47
Binary 10100011 11011 10101010 100 1010100 0 100001 100101001 1001001 100111

Color Harmonies of #A31BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BAA

Black with #A31BAA

Text Example


Text Example

White with #A31BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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