Html Css Color HEX #A31AA5 Dark Magenta

📋 copy color: '#A31AA5'

red 163 ◦ green 26 ◦ blue 165

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

Shades of Dark Magenta #A31AA5

Tints of Dark Magenta #A31AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.34%

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 46.05%
G = 7.34%
B = 46.61%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A31AA5 (or 0xA31AA5) is known color: Dark Magenta. HEX triplet: A3, 1A and A5. RGB value is (163,26,165). Sum of RGB (Red+Green+Blue) = 163+26+165=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #A31AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31AA5 is #5CE55A. Grayscale: #525252. Windows color (decimal): -6088027 or 10820259. OLE color: 10820259.

HSL color Cylindrical-coordinate representation of color #A31AA5: hue angle of 299.14º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31AA5 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 26 165 -
CMYK 0.01 0.84 0 0.35
HSL 299.14º 0.73% 0.37% -
HSV(B) 299.14º 0.84% 0.65% -
XYZ 22.27 11.24 36.59 -
YUV 82.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 163 26 165 0.01 0.84 0 0.35 299.14 0.73 0.37
Hex A3 1A A5 1 54 0 23 12B 49 25
Octal 243 32 245 1 124 0 43 453 111 45
Binary 10100011 11010 10100101 1 1010100 0 100011 100101011 1001001 100101

Color Harmonies of #A31AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AA5

Black with #A31AA5

Text Example


Text Example

White with #A31AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AA5; }

 p { color: rgb(163,26,165); }

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

background-color css

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

 a { background-color: rgb(163,26,165); }

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

border-color css

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

 span { border-color: rgb(163,26,165); }

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