Html Css Color HEX #A53488 Medium Red Violet

📋 copy color: '#A53488'

red 165 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #A53488

Tints of Medium Red Violet #A53488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 46.74%
G = 14.73%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A53488 (or 0xA53488) is known color: Medium Red Violet. HEX triplet: A5, 34 and 88. RGB value is (165,52,136). Sum of RGB (Red+Green+Blue) = 165+52+136=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A53488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53488 is #5ACB77. Grayscale: #5F5F5F. Windows color (decimal): -5950328 or 8926373. OLE color: 8926373.

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

Color convert

RGB 165 52 136 -
CMYK 0 0.68 0.18 0.35
HSL 315.4º 0.52% 0.43% -
HSV(B) 315.4º 0.68% 0.65% -
XYZ 21.19 12.23 24.54 -
YUV 95.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 165 52 136 0 0.68 0.18 0.35 315.4 0.52 0.43
Hex A5 34 88 0 44 12 23 13B 34 2B
Octal 245 64 210 0 104 22 43 473 64 53
Binary 10100101 110100 10001000 0 1000100 10010 100011 100111011 110100 101011

Color Harmonies of #A53488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53488

Black with #A53488

Text Example


Text Example

White with #A53488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53488; }

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

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

background-color css

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

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

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

border-color css

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

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

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