Html Css Color HEX #A31DA2 Dark Magenta

📋 copy color: '#A31DA2'

red 163 ◦ green 29 ◦ blue 162

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

Shades of Dark Magenta #A31DA2

Tints of Dark Magenta #A31DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.19%

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

R = 46.05%
G = 8.19%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A31DA2 (or 0xA31DA2) is known color: Dark Magenta. HEX triplet: A3, 1D and A2. RGB value is (163,29,162). Sum of RGB (Red+Green+Blue) = 163+29+162=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A31DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31DA2 is #5CE25D. Grayscale: #535353. Windows color (decimal): -6087262 or 10624419. OLE color: 10624419.

HSL color Cylindrical-coordinate representation of color #A31DA2: hue angle of 300.45º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31DA2 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 29 162 -
CMYK 0 0.82 0.01 0.36
HSL 300.45º 0.7% 0.38% -
HSV(B) 300.45º 0.82% 0.64% -
XYZ 22.07 11.27 35.2 -
YUV 84.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 163 29 162 0 0.82 0.01 0.36 300.45 0.7 0.38
Hex A3 1D A2 0 52 1 24 12C 46 26
Octal 243 35 242 0 122 1 44 454 106 46
Binary 10100011 11101 10100010 0 1010010 1 100100 100101100 1000110 100110

Color Harmonies of #A31DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DA2

Black with #A31DA2

Text Example


Text Example

White with #A31DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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