Html Css Color HEX #A53A8A Medium Red Violet

📋 copy color: '#A53A8A'

red 165 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #A53A8A

Tints of Medium Red Violet #A53A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 45.71%
G = 16.07%
B = 38.23%

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

#A53A8A (or 0xA53A8A) is known color: Medium Red Violet. HEX triplet: A5, 3A and 8A. RGB value is (165,58,138). Sum of RGB (Red+Green+Blue) = 165+58+138=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A8A is #5AC575. Grayscale: #626262. Windows color (decimal): -5948790 or 9058981. OLE color: 9058981.

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

Color convert

RGB 165 58 138 -
CMYK 0 0.65 0.16 0.35
HSL 315.14º 0.48% 0.44% -
HSV(B) 315.14º 0.65% 0.65% -
XYZ 21.62 12.86 25.39 -
YUV 99.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 165 58 138 0 0.65 0.16 0.35 315.14 0.48 0.44
Hex A5 3A 8A 0 41 10 23 13B 30 2C
Octal 245 72 212 0 101 20 43 473 60 54
Binary 10100101 111010 10001010 0 1000001 10000 100011 100111011 110000 101100

Color Harmonies of #A53A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A8A

Black with #A53A8A

Text Example


Text Example

White with #A53A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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