Html Css Color HEX #A53B8B Medium Red Violet

📋 copy color: '#A53B8B'

red 165 ◦ green 59 ◦ blue 139

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

Shades of Medium Red Violet #A53B8B

Tints of Medium Red Violet #A53B8B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.25%

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

R = 45.45%
G = 16.25%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A53B8B (or 0xA53B8B) is known color: Medium Red Violet. HEX triplet: A5, 3B and 8B. RGB value is (165,59,139). Sum of RGB (Red+Green+Blue) = 165+59+139=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B8B is #5AC474. Grayscale: #636363. Windows color (decimal): -5948533 or 9124773. OLE color: 9124773.

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

Color convert

RGB 165 59 139 -
CMYK 0 0.64 0.16 0.35
HSL 314.72º 0.47% 0.44% -
HSV(B) 314.72º 0.64% 0.65% -
XYZ 21.74 12.99 25.79 -
YUV 99.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 165 59 139 0 0.64 0.16 0.35 314.72 0.47 0.44
Hex A5 3B 8B 0 40 10 23 13B 2F 2C
Octal 245 73 213 0 100 20 43 473 57 54
Binary 10100101 111011 10001011 0 1000000 10000 100011 100111011 101111 101100

Color Harmonies of #A53B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B8B

Black with #A53B8B

Text Example


Text Example

White with #A53B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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