Html Css Color HEX #A3387C Medium Red Violet

📋 copy color: '#A3387C'

red 163 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #A3387C

Tints of Medium Red Violet #A3387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.33%

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

R = 47.52%
G = 16.33%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3387C (or 0xA3387C) is known color: Medium Red Violet. HEX triplet: A3, 38 and 7C. RGB value is (163,56,124). Sum of RGB (Red+Green+Blue) = 163+56+124=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3387C is #5CC783. Grayscale: #5F5F5F. Windows color (decimal): -6080388 or 8140963. OLE color: 8140963.

HSL color Cylindrical-coordinate representation of color #A3387C: hue angle of 321.87º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3387C is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 56 124 -
CMYK 0 0.66 0.24 0.36
HSL 321.87º 0.49% 0.43% -
HSV(B) 321.87º 0.66% 0.64% -
XYZ 20.16 12.07 20.34 -
YUV 95.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 163 56 124 0 0.66 0.24 0.36 321.87 0.49 0.43
Hex A3 38 7C 0 42 18 24 142 31 2B
Octal 243 70 174 0 102 30 44 502 61 53
Binary 10100011 111000 1111100 0 1000010 11000 100100 101000010 110001 101011

Color Harmonies of #A3387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3387C

Black with #A3387C

Text Example


Text Example

White with #A3387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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