Html Css Color HEX #A3348F Medium Red Violet

📋 copy color: '#A3348F'

red 163 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #A3348F

Tints of Medium Red Violet #A3348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 45.53%
G = 14.53%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A3348F (or 0xA3348F) is known color: Medium Red Violet. HEX triplet: A3, 34 and 8F. RGB value is (163,52,143). Sum of RGB (Red+Green+Blue) = 163+52+143=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3348F is #5CCB70. Grayscale: #5F5F5F. Windows color (decimal): -6081393 or 9385123. OLE color: 9385123.

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

Color convert

RGB 163 52 143 -
CMYK 0 0.68 0.12 0.36
HSL 310.81º 0.52% 0.42% -
HSV(B) 310.81º 0.68% 0.64% -
XYZ 21.29 12.23 27.22 -
YUV 95.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 163 52 143 0 0.68 0.12 0.36 310.81 0.52 0.42
Hex A3 34 8F 0 44 C 24 137 34 2A
Octal 243 64 217 0 104 14 44 467 64 52
Binary 10100011 110100 10001111 0 1000100 1100 100100 100110111 110100 101010

Color Harmonies of #A3348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3348F

Black with #A3348F

Text Example


Text Example

White with #A3348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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