Html Css Color HEX #A53996 Medium Red Violet

📋 copy color: '#A53996'

red 165 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #A53996

Tints of Medium Red Violet #A53996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 44.35%
G = 15.32%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A53996 (or 0xA53996) is known color: Medium Red Violet. HEX triplet: A5, 39 and 96. RGB value is (165,57,150). Sum of RGB (Red+Green+Blue) = 165+57+150=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A53996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53996 is #5AC669. Grayscale: #636363. Windows color (decimal): -5949034 or 9845157. OLE color: 9845157.

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

Color convert

RGB 165 57 150 -
CMYK 0 0.65 0.09 0.35
HSL 308.33º 0.49% 0.44% -
HSV(B) 308.33º 0.65% 0.65% -
XYZ 22.49 13.13 30.2 -
YUV 99.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 165 57 150 0 0.65 0.09 0.35 308.33 0.49 0.44
Hex A5 39 96 0 41 9 23 134 31 2C
Octal 245 71 226 0 101 11 43 464 61 54
Binary 10100101 111001 10010110 0 1000001 1001 100011 100110100 110001 101100

Color Harmonies of #A53996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53996

Black with #A53996

Text Example


Text Example

White with #A53996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53996; }

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

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

background-color css

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

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

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

border-color css

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

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

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