Html Css Color HEX #A31CA2 Dark Magenta

📋 copy color: '#A31CA2'

red 163 ◦ green 28 ◦ blue 162

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

Shades of Dark Magenta #A31CA2

Tints of Dark Magenta #A31CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

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

R = 46.18%
G = 7.93%
B = 45.89%

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

#A31CA2 (or 0xA31CA2) is known color: Dark Magenta. HEX triplet: A3, 1C and A2. RGB value is (163,28,162). Sum of RGB (Red+Green+Blue) = 163+28+162=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A31CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CA2 is #5CE35D. Grayscale: #535353. Windows color (decimal): -6087518 or 10624163. OLE color: 10624163.

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

Color convert

RGB 163 28 162 -
CMYK 0 0.83 0.01 0.36
HSL 300.44º 0.71% 0.37% -
HSV(B) 300.44º 0.83% 0.64% -
XYZ 22.04 11.23 35.19 -
YUV 83.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 163 28 162 0 0.83 0.01 0.36 300.44 0.71 0.37
Hex A3 1C A2 0 53 1 24 12C 47 25
Octal 243 34 242 0 123 1 44 454 107 45
Binary 10100011 11100 10100010 0 1010011 1 100100 100101100 1000111 100101

Color Harmonies of #A31CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CA2

Black with #A31CA2

Text Example


Text Example

White with #A31CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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