Html Css Color HEX #A3287C Medium Red Violet

📋 copy color: '#A3287C'

red 163 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #A3287C

Tints of Medium Red Violet #A3287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 49.85%
G = 12.23%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3287C (or 0xA3287C) is known color: Medium Red Violet. HEX triplet: A3, 28 and 7C. RGB value is (163,40,124). Sum of RGB (Red+Green+Blue) = 163+40+124=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3287C is #5CD783. Grayscale: #565656. Windows color (decimal): -6084484 or 8136867. OLE color: 8136867.

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

Color convert

RGB 163 40 124 -
CMYK 0 0.75 0.24 0.36
HSL 319.02º 0.61% 0.4% -
HSV(B) 319.02º 0.75% 0.64% -
XYZ 19.5 10.76 20.12 -
YUV 86.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 163 40 124 0 0.75 0.24 0.36 319.02 0.61 0.4
Hex A3 28 7C 0 4B 18 24 13F 3D 28
Octal 243 50 174 0 113 30 44 477 75 50
Binary 10100011 101000 1111100 0 1001011 11000 100100 100111111 111101 101000

Color Harmonies of #A3287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3287C

Black with #A3287C

Text Example


Text Example

White with #A3287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3287C; }

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

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

background-color css

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

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

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

border-color css

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

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

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