Html Css Color HEX #A53992 Medium Red Violet

📋 copy color: '#A53992'

red 165 ◦ green 57 ◦ blue 146

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

Shades of Medium Red Violet #A53992

Tints of Medium Red Violet #A53992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.49%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 44.84%
G = 15.49%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A53992 (or 0xA53992) is known color: Medium Red Violet. HEX triplet: A5, 39 and 92. RGB value is (165,57,146). Sum of RGB (Red+Green+Blue) = 165+57+146=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A53992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53992 is #5AC66D. Grayscale: #636363. Windows color (decimal): -5949038 or 9583013. OLE color: 9583013.

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

Color convert

RGB 165 57 146 -
CMYK 0 0.65 0.12 0.35
HSL 310.56º 0.49% 0.44% -
HSV(B) 310.56º 0.65% 0.65% -
XYZ 22.17 13 28.54 -
YUV 99.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 165 57 146 0 0.65 0.12 0.35 310.56 0.49 0.44
Hex A5 39 92 0 41 C 23 137 31 2C
Octal 245 71 222 0 101 14 43 467 61 54
Binary 10100101 111001 10010010 0 1000001 1100 100011 100110111 110001 101100

Color Harmonies of #A53992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53992

Black with #A53992

Text Example


Text Example

White with #A53992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53992; }

 p { color: rgb(165,57,146); }

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

background-color css

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

 a { background-color: rgb(165,57,146); }

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

border-color css

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

 span { border-color: rgb(165,57,146); }

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