Html Css Color HEX #A3498C Medium Red Violet

📋 copy color: '#A3498C'

red 163 ◦ green 73 ◦ blue 140

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

Shades of Medium Red Violet #A3498C

Tints of Medium Red Violet #A3498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 43.35%
G = 19.41%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3498C (or 0xA3498C) is known color: Medium Red Violet. HEX triplet: A3, 49 and 8C. RGB value is (163,73,140). Sum of RGB (Red+Green+Blue) = 163+73+140=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3498C is #5CB673. Grayscale: #6B6B6B. Windows color (decimal): -6076020 or 9193891. OLE color: 9193891.

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

Color convert

RGB 163 73 140 -
CMYK 0 0.55 0.14 0.36
HSL 315.33º 0.38% 0.46% -
HSV(B) 315.33º 0.55% 0.64% -
XYZ 22.22 14.45 26.43 -
YUV 107.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 163 73 140 0 0.55 0.14 0.36 315.33 0.38 0.46
Hex A3 49 8C 0 37 E 24 13B 26 2E
Octal 243 111 214 0 67 16 44 473 46 56
Binary 10100011 1001001 10001100 0 110111 1110 100100 100111011 100110 101110

Color Harmonies of #A3498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3498C

Black with #A3498C

Text Example


Text Example

White with #A3498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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