Html Css Color HEX #A53985 Medium Red Violet

📋 copy color: '#A53985'

red 165 ◦ green 57 ◦ blue 133

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

Shades of Medium Red Violet #A53985

Tints of Medium Red Violet #A53985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 46.48%
G = 16.06%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A53985 (or 0xA53985) is known color: Medium Red Violet. HEX triplet: A5, 39 and 85. RGB value is (165,57,133). Sum of RGB (Red+Green+Blue) = 165+57+133=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A53985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53985 is #5AC67A. Grayscale: #616161. Windows color (decimal): -5949051 or 8731045. OLE color: 8731045.

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

Color convert

RGB 165 57 133 -
CMYK 0 0.65 0.19 0.35
HSL 317.78º 0.49% 0.44% -
HSV(B) 317.78º 0.65% 0.65% -
XYZ 21.21 12.62 23.51 -
YUV 97.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 165 57 133 0 0.65 0.19 0.35 317.78 0.49 0.44
Hex A5 39 85 0 41 13 23 13E 31 2C
Octal 245 71 205 0 101 23 43 476 61 54
Binary 10100101 111001 10000101 0 1000001 10011 100011 100111110 110001 101100

Color Harmonies of #A53985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53985

Black with #A53985

Text Example


Text Example

White with #A53985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53985; }

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

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

background-color css

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

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

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

border-color css

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

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

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