Html Css Color HEX #A3247C Medium Red Violet

📋 copy color: '#A3247C'

red 163 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #A3247C

Tints of Medium Red Violet #A3247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 50.46%
G = 11.15%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3247C (or 0xA3247C) is known color: Medium Red Violet. HEX triplet: A3, 24 and 7C. RGB value is (163,36,124). Sum of RGB (Red+Green+Blue) = 163+36+124=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3247C is #5CDB83. Grayscale: #535353. Windows color (decimal): -6085508 or 8135843. OLE color: 8135843.

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

Color convert

RGB 163 36 124 -
CMYK 0 0.78 0.24 0.36
HSL 318.43º 0.64% 0.39% -
HSV(B) 318.43º 0.78% 0.64% -
XYZ 19.37 10.5 20.08 -
YUV 84.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 163 36 124 0 0.78 0.24 0.36 318.43 0.64 0.39
Hex A3 24 7C 0 4E 18 24 13E 40 27
Octal 243 44 174 0 116 30 44 476 100 47
Binary 10100011 100100 1111100 0 1001110 11000 100100 100111110 1000000 100111

Color Harmonies of #A3247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3247C

Black with #A3247C

Text Example


Text Example

White with #A3247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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