Html Css Color HEX #A3347A Medium Red Violet

📋 copy color: '#A3347A'

red 163 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #A3347A

Tints of Medium Red Violet #A3347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 48.37%
G = 15.43%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3347A (or 0xA3347A) is known color: Medium Red Violet. HEX triplet: A3, 34 and 7A. RGB value is (163,52,122). Sum of RGB (Red+Green+Blue) = 163+52+122=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3347A is #5CCB85. Grayscale: #5D5D5D. Windows color (decimal): -6081414 or 8008867. OLE color: 8008867.

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

Color convert

RGB 163 52 122 -
CMYK 0 0.68 0.25 0.36
HSL 322.16º 0.52% 0.42% -
HSV(B) 322.16º 0.68% 0.64% -
XYZ 19.85 11.65 19.61 -
YUV 93.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 163 52 122 0 0.68 0.25 0.36 322.16 0.52 0.42
Hex A3 34 7A 0 44 19 24 142 34 2A
Octal 243 64 172 0 104 31 44 502 64 52
Binary 10100011 110100 1111010 0 1000100 11001 100100 101000010 110100 101010

Color Harmonies of #A3347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3347A

Black with #A3347A

Text Example


Text Example

White with #A3347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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