Html Css Color HEX #A3348D Medium Red Violet

📋 copy color: '#A3348D'

red 163 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #A3348D

Tints of Medium Red Violet #A3348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 45.79%
G = 14.61%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3348D (or 0xA3348D) is known color: Medium Red Violet. HEX triplet: A3, 34 and 8D. RGB value is (163,52,141). Sum of RGB (Red+Green+Blue) = 163+52+141=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3348D is #5CCB72. Grayscale: #5F5F5F. Windows color (decimal): -6081395 or 9254051. OLE color: 9254051.

HSL color Cylindrical-coordinate representation of color #A3348D: hue angle of 311.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3348D is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 141 -
CMYK 0 0.68 0.13 0.36
HSL 311.89º 0.52% 0.42% -
HSV(B) 311.89º 0.68% 0.64% -
XYZ 21.14 12.17 26.43 -
YUV 95.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 163 52 141 0 0.68 0.13 0.36 311.89 0.52 0.42
Hex A3 34 8D 0 44 D 24 138 34 2A
Octal 243 64 215 0 104 15 44 470 64 52
Binary 10100011 110100 10001101 0 1000100 1101 100100 100111000 110100 101010

Color Harmonies of #A3348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3348D

Black with #A3348D

Text Example


Text Example

White with #A3348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3348D; }

 p { color: rgb(163,52,141); }

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

background-color css

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

 a { background-color: rgb(163,52,141); }

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

border-color css

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

 span { border-color: rgb(163,52,141); }

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