Html Css Color HEX #A3398B Medium Red Violet

📋 copy color: '#A3398B'

red 163 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #A3398B

Tints of Medium Red Violet #A3398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 45.4%
G = 15.88%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3398B (or 0xA3398B) is known color: Medium Red Violet. HEX triplet: A3, 39 and 8B. RGB value is (163,57,139). Sum of RGB (Red+Green+Blue) = 163+57+139=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3398B is #5CC674. Grayscale: #616161. Windows color (decimal): -6080117 or 9124259. OLE color: 9124259.

HSL color Cylindrical-coordinate representation of color #A3398B: hue angle of 313.58º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3398B is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 139 -
CMYK 0 0.65 0.15 0.36
HSL 313.58º 0.48% 0.43% -
HSV(B) 313.58º 0.65% 0.64% -
XYZ 21.23 12.58 25.73 -
YUV 98.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 163 57 139 0 0.65 0.15 0.36 313.58 0.48 0.43
Hex A3 39 8B 0 41 F 24 13A 30 2B
Octal 243 71 213 0 101 17 44 472 60 53
Binary 10100011 111001 10001011 0 1000001 1111 100100 100111010 110000 101011

Color Harmonies of #A3398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3398B

Black with #A3398B

Text Example


Text Example

White with #A3398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3398B; }

 p { color: rgb(163,57,139); }

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

background-color css

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

 a { background-color: rgb(163,57,139); }

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

border-color css

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

 span { border-color: rgb(163,57,139); }

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