Html Css Color HEX #A53A81 Medium Red Violet

📋 copy color: '#A53A81'

red 165 ◦ green 58 ◦ blue 129

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

Shades of Medium Red Violet #A53A81

Tints of Medium Red Violet #A53A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

 BLUE value IS 129 (50.78% from 255) = 36.65%

R = 46.88%
G = 16.48%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A53A81 (or 0xA53A81) is known color: Medium Red Violet. HEX triplet: A5, 3A and 81. RGB value is (165,58,129). Sum of RGB (Red+Green+Blue) = 165+58+129=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A81 is #5AC57E. Grayscale: #616161. Windows color (decimal): -5948799 or 8469157. OLE color: 8469157.

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

Color convert

RGB 165 58 129 -
CMYK 0 0.65 0.22 0.35
HSL 320.19º 0.48% 0.44% -
HSV(B) 320.19º 0.65% 0.65% -
XYZ 20.99 12.61 22.1 -
YUV 98.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 165 58 129 0 0.65 0.22 0.35 320.19 0.48 0.44
Hex A5 3A 81 0 41 16 23 140 30 2C
Octal 245 72 201 0 101 26 43 500 60 54
Binary 10100101 111010 10000001 0 1000001 10110 100011 101000000 110000 101100

Color Harmonies of #A53A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A81

Black with #A53A81

Text Example


Text Example

White with #A53A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A81; }

 p { color: rgb(165,58,129); }

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

background-color css

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

 a { background-color: rgb(165,58,129); }

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

border-color css

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

 span { border-color: rgb(165,58,129); }

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