Html Css Color HEX #A53B78 Medium Red Violet

📋 copy color: '#A53B78'

red 165 ◦ green 59 ◦ blue 120

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

Shades of Medium Red Violet #A53B78

Tints of Medium Red Violet #A53B78

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 47.97%
G = 17.15%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A53B78 (or 0xA53B78) is known color: Medium Red Violet. HEX triplet: A5, 3B and 78. RGB value is (165,59,120). Sum of RGB (Red+Green+Blue) = 165+59+120=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B78 is #5AC487. Grayscale: #616161. Windows color (decimal): -5948552 or 7879589. OLE color: 7879589.

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

Color convert

RGB 165 59 120 -
CMYK 0 0.64 0.27 0.35
HSL 325.47º 0.47% 0.44% -
HSV(B) 325.47º 0.64% 0.65% -
XYZ 20.47 12.48 19.1 -
YUV 97.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 165 59 120 0 0.64 0.27 0.35 325.47 0.47 0.44
Hex A5 3B 78 0 40 1B 23 145 2F 2C
Octal 245 73 170 0 100 33 43 505 57 54
Binary 10100101 111011 1111000 0 1000000 11011 100011 101000101 101111 101100

Color Harmonies of #A53B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B78

Black with #A53B78

Text Example


Text Example

White with #A53B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B78; }

 p { color: rgb(165,59,120); }

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

background-color css

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

 a { background-color: rgb(165,59,120); }

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

border-color css

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

 span { border-color: rgb(165,59,120); }

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