Html Css Color HEX #A53388 Medium Red Violet

📋 copy color: '#A53388'

red 165 ◦ green 51 ◦ blue 136

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

Shades of Medium Red Violet #A53388

Tints of Medium Red Violet #A53388

RGB

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

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

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

R = 46.88%
G = 14.49%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A53388 (or 0xA53388) is known color: Medium Red Violet. HEX triplet: A5, 33 and 88. RGB value is (165,51,136). Sum of RGB (Red+Green+Blue) = 165+51+136=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A53388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53388 is #5ACC77. Grayscale: #5E5E5E. Windows color (decimal): -5950584 or 8926117. OLE color: 8926117.

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

Color convert

RGB 165 51 136 -
CMYK 0 0.69 0.18 0.35
HSL 315.26º 0.53% 0.42% -
HSV(B) 315.26º 0.69% 0.65% -
XYZ 21.14 12.14 24.52 -
YUV 94.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 165 51 136 0 0.69 0.18 0.35 315.26 0.53 0.42
Hex A5 33 88 0 45 12 23 13B 35 2A
Octal 245 63 210 0 105 22 43 473 65 52
Binary 10100101 110011 10001000 0 1000101 10010 100011 100111011 110101 101010

Color Harmonies of #A53388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53388

Black with #A53388

Text Example


Text Example

White with #A53388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53388; }

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

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

background-color css

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

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

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

border-color css

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

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

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