Html Css Color HEX #A3488D Medium Red Violet

📋 copy color: '#A3488D'

red 163 ◦ green 72 ◦ blue 141

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

Shades of Medium Red Violet #A3488D

Tints of Medium Red Violet #A3488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 43.35%
G = 19.15%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3488D (or 0xA3488D) is known color: Medium Red Violet. HEX triplet: A3, 48 and 8D. RGB value is (163,72,141). Sum of RGB (Red+Green+Blue) = 163+72+141=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3488D is #5CB772. Grayscale: #6A6A6A. Windows color (decimal): -6076275 or 9259171. OLE color: 9259171.

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

Color convert

RGB 163 72 141 -
CMYK 0 0.56 0.13 0.36
HSL 314.51º 0.39% 0.46% -
HSV(B) 314.51º 0.56% 0.64% -
XYZ 22.23 14.34 26.8 -
YUV 107.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 163 72 141 0 0.56 0.13 0.36 314.51 0.39 0.46
Hex A3 48 8D 0 38 D 24 13B 27 2E
Octal 243 110 215 0 70 15 44 473 47 56
Binary 10100011 1001000 10001101 0 111000 1101 100100 100111011 100111 101110

Color Harmonies of #A3488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3488D

Black with #A3488D

Text Example


Text Example

White with #A3488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3488D; }

 p { color: rgb(163,72,141); }

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

background-color css

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

 a { background-color: rgb(163,72,141); }

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

border-color css

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

 span { border-color: rgb(163,72,141); }

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