Html Css Color HEX #A53B8E Medium Red Violet

📋 copy color: '#A53B8E'

red 165 ◦ green 59 ◦ blue 142

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

Shades of Medium Red Violet #A53B8E

Tints of Medium Red Violet #A53B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 45.08%
G = 16.12%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A53B8E (or 0xA53B8E) is known color: Medium Red Violet. HEX triplet: A5, 3B and 8E. RGB value is (165,59,142). Sum of RGB (Red+Green+Blue) = 165+59+142=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B8E is #5AC471. Grayscale: #636363. Windows color (decimal): -5948530 or 9321381. OLE color: 9321381.

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

Color convert

RGB 165 59 142 -
CMYK 0 0.64 0.14 0.35
HSL 313.02º 0.47% 0.44% -
HSV(B) 313.02º 0.64% 0.65% -
XYZ 21.96 13.08 26.96 -
YUV 100.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 165 59 142 0 0.64 0.14 0.35 313.02 0.47 0.44
Hex A5 3B 8E 0 40 E 23 139 2F 2C
Octal 245 73 216 0 100 16 43 471 57 54
Binary 10100101 111011 10001110 0 1000000 1110 100011 100111001 101111 101100

Color Harmonies of #A53B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B8E

Black with #A53B8E

Text Example


Text Example

White with #A53B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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