Html Css Color HEX #A53384 Medium Red Violet

📋 copy color: '#A53384'

red 165 ◦ green 51 ◦ blue 132

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

Shades of Medium Red Violet #A53384

Tints of Medium Red Violet #A53384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 47.41%
G = 14.66%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A53384 (or 0xA53384) is known color: Medium Red Violet. HEX triplet: A5, 33 and 84. RGB value is (165,51,132). Sum of RGB (Red+Green+Blue) = 165+51+132=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A53384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53384 is #5ACC7B. Grayscale: #5E5E5E. Windows color (decimal): -5950588 or 8663973. OLE color: 8663973.

HSL color Cylindrical-coordinate representation of color #A53384: hue angle of 317.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53384 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 51 132 -
CMYK 0 0.69 0.20 0.35
HSL 317.37º 0.53% 0.42% -
HSV(B) 317.37º 0.69% 0.65% -
XYZ 20.87 12.03 23.05 -
YUV 94.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 165 51 132 0 0.69 0.20 0.35 317.37 0.53 0.42
Hex A5 33 84 0 45 14 23 13D 35 2A
Octal 245 63 204 0 105 24 43 475 65 52
Binary 10100101 110011 10000100 0 1000101 10100 100011 100111101 110101 101010

Color Harmonies of #A53384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53384

Black with #A53384

Text Example


Text Example

White with #A53384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53384; }

 p { color: rgb(165,51,132); }

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

background-color css

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

 a { background-color: rgb(165,51,132); }

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

border-color css

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

 span { border-color: rgb(165,51,132); }

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