Html Css Color HEX #A53995 Medium Red Violet

📋 copy color: '#A53995'

red 165 ◦ green 57 ◦ blue 149

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

Shades of Medium Red Violet #A53995

Tints of Medium Red Violet #A53995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 44.47%
G = 15.36%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A53995 (or 0xA53995) is known color: Medium Red Violet. HEX triplet: A5, 39 and 95. RGB value is (165,57,149). Sum of RGB (Red+Green+Blue) = 165+57+149=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A53995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53995 is #5AC66A. Grayscale: #636363. Windows color (decimal): -5949035 or 9779621. OLE color: 9779621.

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

Color convert

RGB 165 57 149 -
CMYK 0 0.65 0.10 0.35
HSL 308.89º 0.49% 0.44% -
HSV(B) 308.89º 0.65% 0.65% -
XYZ 22.4 13.1 29.78 -
YUV 99.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 165 57 149 0 0.65 0.10 0.35 308.89 0.49 0.44
Hex A5 39 95 0 41 A 23 135 31 2C
Octal 245 71 225 0 101 12 43 465 61 54
Binary 10100101 111001 10010101 0 1000001 1010 100011 100110101 110001 101100

Color Harmonies of #A53995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53995

Black with #A53995

Text Example


Text Example

White with #A53995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53995; }

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

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

background-color css

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

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

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

border-color css

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

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

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