Html Css Color HEX #A53C8F Medium Red Violet

📋 copy color: '#A53C8F'

red 165 ◦ green 60 ◦ blue 143

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

Shades of Medium Red Violet #A53C8F

Tints of Medium Red Violet #A53C8F

RGB

 RED value IS 165 (64.84% from 255) = 44.84%

 GREEN value IS 60 (23.83% from 255) = 16.3%

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 44.84%
G = 16.3%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A53C8F (or 0xA53C8F) is known color: Medium Red Violet. HEX triplet: A5, 3C and 8F. RGB value is (165,60,143). Sum of RGB (Red+Green+Blue) = 165+60+143=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C8F is #5AC370. Grayscale: #646464. Windows color (decimal): -5948273 or 9387173. OLE color: 9387173.

HSL color Cylindrical-coordinate representation of color #A53C8F: hue angle of 312.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C8F is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 143 -
CMYK 0 0.64 0.13 0.35
HSL 312.57º 0.47% 0.44% -
HSV(B) 312.57º 0.64% 0.65% -
XYZ 22.09 13.21 27.37 -
YUV 100.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 165 60 143 0 0.64 0.13 0.35 312.57 0.47 0.44
Hex A5 3C 8F 0 40 D 23 139 2F 2C
Octal 245 74 217 0 100 15 43 471 57 54
Binary 10100101 111100 10001111 0 1000000 1101 100011 100111001 101111 101100

Color Harmonies of #A53C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C8F

Black with #A53C8F

Text Example


Text Example

White with #A53C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C8F; }

 p { color: rgb(165,60,143); }

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

background-color css

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

 a { background-color: rgb(165,60,143); }

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

border-color css

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

 span { border-color: rgb(165,60,143); }

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