Html Css Color HEX #A53C8B Medium Red Violet

📋 copy color: '#A53C8B'

red 165 ◦ green 60 ◦ blue 139

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

Shades of Medium Red Violet #A53C8B

Tints of Medium Red Violet #A53C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 45.33%
G = 16.48%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A53C8B (or 0xA53C8B) is known color: Medium Red Violet. HEX triplet: A5, 3C and 8B. RGB value is (165,60,139). Sum of RGB (Red+Green+Blue) = 165+60+139=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C8B is #5AC374. Grayscale: #646464. Windows color (decimal): -5948277 or 9125029. OLE color: 9125029.

HSL color Cylindrical-coordinate representation of color #A53C8B: hue angle of 314.86º 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 #A53C8B is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 139 -
CMYK 0 0.64 0.16 0.35
HSL 314.86º 0.47% 0.44% -
HSV(B) 314.86º 0.64% 0.65% -
XYZ 21.79 13.1 25.81 -
YUV 100.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 165 60 139 0 0.64 0.16 0.35 314.86 0.47 0.44
Hex A5 3C 8B 0 40 10 23 13B 2F 2C
Octal 245 74 213 0 100 20 43 473 57 54
Binary 10100101 111100 10001011 0 1000000 10000 100011 100111011 101111 101100

Color Harmonies of #A53C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C8B

Black with #A53C8B

Text Example


Text Example

White with #A53C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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