Html Css Color HEX #A3498B Medium Red Violet

📋 copy color: '#A3498B'

red 163 ◦ green 73 ◦ blue 139

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

Shades of Medium Red Violet #A3498B

Tints of Medium Red Violet #A3498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 43.47%
G = 19.47%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3498B (or 0xA3498B) is known color: Medium Red Violet. HEX triplet: A3, 49 and 8B. RGB value is (163,73,139). Sum of RGB (Red+Green+Blue) = 163+73+139=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3498B is #5CB674. Grayscale: #6B6B6B. Windows color (decimal): -6076021 or 9128355. OLE color: 9128355.

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

Color convert

RGB 163 73 139 -
CMYK 0 0.55 0.15 0.36
HSL 316º 0.38% 0.46% -
HSV(B) 316º 0.55% 0.64% -
XYZ 22.15 14.42 26.04 -
YUV 107.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 163 73 139 0 0.55 0.15 0.36 316 0.38 0.46
Hex A3 49 8B 0 37 F 24 13C 26 2E
Octal 243 111 213 0 67 17 44 474 46 56
Binary 10100011 1001001 10001011 0 110111 1111 100100 100111100 100110 101110

Color Harmonies of #A3498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3498B

Black with #A3498B

Text Example


Text Example

White with #A3498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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