Html Css Color HEX #A3288D Medium Red Violet

📋 copy color: '#A3288D'

red 163 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #A3288D

Tints of Medium Red Violet #A3288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 47.38%
G = 11.63%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3288D (or 0xA3288D) is known color: Medium Red Violet. HEX triplet: A3, 28 and 8D. RGB value is (163,40,141). Sum of RGB (Red+Green+Blue) = 163+40+141=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3288D is #5CD772. Grayscale: #585858. Windows color (decimal): -6084467 or 9250979. OLE color: 9250979.

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

Color convert

RGB 163 40 141 -
CMYK 0 0.75 0.13 0.36
HSL 310.73º 0.61% 0.4% -
HSV(B) 310.73º 0.75% 0.64% -
XYZ 20.67 11.23 26.28 -
YUV 88.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 163 40 141 0 0.75 0.13 0.36 310.73 0.61 0.4
Hex A3 28 8D 0 4B D 24 137 3D 28
Octal 243 50 215 0 113 15 44 467 75 50
Binary 10100011 101000 10001101 0 1001011 1101 100100 100110111 111101 101000

Color Harmonies of #A3288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3288D

Black with #A3288D

Text Example


Text Example

White with #A3288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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