Html Css Color HEX #A53A99 Medium Red Violet

📋 copy color: '#A53A99'

red 165 ◦ green 58 ◦ blue 153

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

Shades of Medium Red Violet #A53A99

Tints of Medium Red Violet #A53A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 43.88%
G = 15.43%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A53A99 (or 0xA53A99) is known color: Medium Red Violet. HEX triplet: A5, 3A and 99. RGB value is (165,58,153). Sum of RGB (Red+Green+Blue) = 165+58+153=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A99 is #5AC566. Grayscale: #646464. Windows color (decimal): -5948775 or 10042021. OLE color: 10042021.

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

Color convert

RGB 165 58 153 -
CMYK 0 0.65 0.07 0.35
HSL 306.73º 0.48% 0.44% -
HSV(B) 306.73º 0.65% 0.65% -
XYZ 22.78 13.33 31.51 -
YUV 100.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 165 58 153 0 0.65 0.07 0.35 306.73 0.48 0.44
Hex A5 3A 99 0 41 7 23 133 30 2C
Octal 245 72 231 0 101 7 43 463 60 54
Binary 10100101 111010 10011001 0 1000001 111 100011 100110011 110000 101100

Color Harmonies of #A53A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A99

Black with #A53A99

Text Example


Text Example

White with #A53A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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