Html Css Color HEX #A53A8B Medium Red Violet

📋 copy color: '#A53A8B'

red 165 ◦ green 58 ◦ blue 139

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

Shades of Medium Red Violet #A53A8B

Tints of Medium Red Violet #A53A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.02%

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 45.58%
G = 16.02%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A53A8B (or 0xA53A8B) is known color: Medium Red Violet. HEX triplet: A5, 3A and 8B. RGB value is (165,58,139). Sum of RGB (Red+Green+Blue) = 165+58+139=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A8B is #5AC574. Grayscale: #636363. Windows color (decimal): -5948789 or 9124517. OLE color: 9124517.

HSL color Cylindrical-coordinate representation of color #A53A8B: hue angle of 314.58º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A8B is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 58 139 -
CMYK 0 0.65 0.16 0.35
HSL 314.58º 0.48% 0.44% -
HSV(B) 314.58º 0.65% 0.65% -
XYZ 21.69 12.89 25.77 -
YUV 99.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 165 58 139 0 0.65 0.16 0.35 314.58 0.48 0.44
Hex A5 3A 8B 0 41 10 23 13B 30 2C
Octal 245 72 213 0 101 20 43 473 60 54
Binary 10100101 111010 10001011 0 1000001 10000 100011 100111011 110000 101100

Color Harmonies of #A53A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A8B

Black with #A53A8B

Text Example


Text Example

White with #A53A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A8B; }

 p { color: rgb(165,58,139); }

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

background-color css

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

 a { background-color: rgb(165,58,139); }

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

border-color css

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

 span { border-color: rgb(165,58,139); }

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