Html Css Color HEX #A3348A Medium Red Violet

📋 copy color: '#A3348A'

red 163 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #A3348A

Tints of Medium Red Violet #A3348A

RGB

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

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

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

R = 46.18%
G = 14.73%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3348A (or 0xA3348A) is known color: Medium Red Violet. HEX triplet: A3, 34 and 8A. RGB value is (163,52,138). Sum of RGB (Red+Green+Blue) = 163+52+138=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3348A is #5CCB75. Grayscale: #5E5E5E. Windows color (decimal): -6081398 or 9057443. OLE color: 9057443.

HSL color Cylindrical-coordinate representation of color #A3348A: hue angle of 313.51º 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 #A3348A is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 138 -
CMYK 0 0.68 0.15 0.36
HSL 313.51º 0.52% 0.42% -
HSV(B) 313.51º 0.68% 0.64% -
XYZ 20.92 12.08 25.27 -
YUV 94.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 163 52 138 0 0.68 0.15 0.36 313.51 0.52 0.42
Hex A3 34 8A 0 44 F 24 13A 34 2A
Octal 243 64 212 0 104 17 44 472 64 52
Binary 10100011 110100 10001010 0 1000100 1111 100100 100111010 110100 101010

Color Harmonies of #A3348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3348A

Black with #A3348A

Text Example


Text Example

White with #A3348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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