Html Css Color HEX #A53A84 Medium Red Violet

📋 copy color: '#A53A84'

red 165 ◦ green 58 ◦ blue 132

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

Shades of Medium Red Violet #A53A84

Tints of Medium Red Violet #A53A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 46.48%
G = 16.34%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A53A84 (or 0xA53A84) is known color: Medium Red Violet. HEX triplet: A5, 3A and 84. RGB value is (165,58,132). Sum of RGB (Red+Green+Blue) = 165+58+132=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A84 is #5AC57B. Grayscale: #626262. Windows color (decimal): -5948796 or 8665765. OLE color: 8665765.

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

Color convert

RGB 165 58 132 -
CMYK 0 0.65 0.20 0.35
HSL 318.5º 0.48% 0.44% -
HSV(B) 318.5º 0.65% 0.65% -
XYZ 21.19 12.69 23.16 -
YUV 98.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 165 58 132 0 0.65 0.20 0.35 318.5 0.48 0.44
Hex A5 3A 84 0 41 14 23 13F 30 2C
Octal 245 72 204 0 101 24 43 477 60 54
Binary 10100101 111010 10000100 0 1000001 10100 100011 100111111 110000 101100

Color Harmonies of #A53A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A84

Black with #A53A84

Text Example


Text Example

White with #A53A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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