Html Css Color HEX #A312A2 Dark Magenta

📋 copy color: '#A312A2'

red 163 ◦ green 18 ◦ blue 162

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

Shades of Dark Magenta #A312A2

Tints of Dark Magenta #A312A2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.25%

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

R = 47.52%
G = 5.25%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A312A2 (or 0xA312A2) is known color: Dark Magenta. HEX triplet: A3, 12 and A2. RGB value is (163,18,162). Sum of RGB (Red+Green+Blue) = 163+18+162=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A312A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A312A2 is #5CED5D. Grayscale: #4D4D4D. Windows color (decimal): -6090078 or 10621603. OLE color: 10621603.

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

Color convert

RGB 163 18 162 -
CMYK 0 0.89 0.01 0.36
HSL 300.41º 0.8% 0.35% -
HSV(B) 300.41º 0.89% 0.64% -
XYZ 21.84 10.83 35.12 -
YUV 77.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 163 18 162 0 0.89 0.01 0.36 300.41 0.8 0.35
Hex A3 12 A2 0 59 1 24 12C 50 23
Octal 243 22 242 0 131 1 44 454 120 43
Binary 10100011 10010 10100010 0 1011001 1 100100 100101100 1010000 100011

Color Harmonies of #A312A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A312A2

Black with #A312A2

Text Example


Text Example

White with #A312A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A312A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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