Html Css Color HEX #A3318A Medium Red Violet

📋 copy color: '#A3318A'

red 163 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #A3318A

Tints of Medium Red Violet #A3318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 46.57%
G = 14%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3318A (or 0xA3318A) is known color: Medium Red Violet. HEX triplet: A3, 31 and 8A. RGB value is (163,49,138). Sum of RGB (Red+Green+Blue) = 163+49+138=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3318A is #5CCE75. Grayscale: #5C5C5C. Windows color (decimal): -6082166 or 9056675. OLE color: 9056675.

HSL color Cylindrical-coordinate representation of color #A3318A: hue angle of 313.16º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3318A is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 138 -
CMYK 0 0.70 0.15 0.36
HSL 313.16º 0.54% 0.42% -
HSV(B) 313.16º 0.7% 0.64% -
XYZ 20.79 11.82 25.23 -
YUV 93.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 163 49 138 0 0.70 0.15 0.36 313.16 0.54 0.42
Hex A3 31 8A 0 46 F 24 139 36 2A
Octal 243 61 212 0 106 17 44 471 66 52
Binary 10100011 110001 10001010 0 1000110 1111 100100 100111001 110110 101010

Color Harmonies of #A3318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3318A

Black with #A3318A

Text Example


Text Example

White with #A3318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3318A; }

 p { color: rgb(163,49,138); }

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

background-color css

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

 a { background-color: rgb(163,49,138); }

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

border-color css

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

 span { border-color: rgb(163,49,138); }

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