Html Css Color HEX #A53485 Medium Red Violet

📋 copy color: '#A53485'

red 165 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #A53485

Tints of Medium Red Violet #A53485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

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

R = 47.14%
G = 14.86%
B = 38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A53485 (or 0xA53485) is known color: Medium Red Violet. HEX triplet: A5, 34 and 85. RGB value is (165,52,133). Sum of RGB (Red+Green+Blue) = 165+52+133=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A53485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53485 is #5ACB7A. Grayscale: #5E5E5E. Windows color (decimal): -5950331 or 8729765. OLE color: 8729765.

HSL color Cylindrical-coordinate representation of color #A53485: hue angle of 316.99º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53485 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 52 133 -
CMYK 0 0.68 0.19 0.35
HSL 316.99º 0.52% 0.43% -
HSV(B) 316.99º 0.68% 0.65% -
XYZ 20.98 12.15 23.43 -
YUV 95.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 165 52 133 0 0.68 0.19 0.35 316.99 0.52 0.43
Hex A5 34 85 0 44 13 23 13D 34 2B
Octal 245 64 205 0 104 23 43 475 64 53
Binary 10100101 110100 10000101 0 1000100 10011 100011 100111101 110100 101011

Color Harmonies of #A53485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53485

Black with #A53485

Text Example


Text Example

White with #A53485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53485; }

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

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

background-color css

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

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

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

border-color css

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

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

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