Html Css Color HEX #A53390 Medium Red Violet

📋 copy color: '#A53390'

red 165 ◦ green 51 ◦ blue 144

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

Shades of Medium Red Violet #A53390

Tints of Medium Red Violet #A53390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 45.83%
G = 14.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A53390 (or 0xA53390) is known color: Medium Red Violet. HEX triplet: A5, 33 and 90. RGB value is (165,51,144). Sum of RGB (Red+Green+Blue) = 165+51+144=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A53390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53390 is #5ACC6F. Grayscale: #5F5F5F. Windows color (decimal): -5950576 or 9450405. OLE color: 9450405.

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

Color convert

RGB 165 51 144 -
CMYK 0 0.69 0.13 0.35
HSL 311.05º 0.53% 0.42% -
HSV(B) 311.05º 0.69% 0.65% -
XYZ 21.73 12.38 27.63 -
YUV 95.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 165 51 144 0 0.69 0.13 0.35 311.05 0.53 0.42
Hex A5 33 90 0 45 D 23 137 35 2A
Octal 245 63 220 0 105 15 43 467 65 52
Binary 10100101 110011 10010000 0 1000101 1101 100011 100110111 110101 101010

Color Harmonies of #A53390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53390

Black with #A53390

Text Example


Text Example

White with #A53390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53390; }

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

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

background-color css

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

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

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

border-color css

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

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

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