Html Css Color HEX #A53C92 Medium Red Violet

📋 copy color: '#A53C92'

red 165 ◦ green 60 ◦ blue 146

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

Shades of Medium Red Violet #A53C92

Tints of Medium Red Violet #A53C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 44.47%
G = 16.17%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A53C92 (or 0xA53C92) is known color: Medium Red Violet. HEX triplet: A5, 3C and 92. RGB value is (165,60,146). Sum of RGB (Red+Green+Blue) = 165+60+146=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C92 is #5AC36D. Grayscale: #646464. Windows color (decimal): -5948270 or 9583781. OLE color: 9583781.

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

Color convert

RGB 165 60 146 -
CMYK 0 0.64 0.12 0.35
HSL 310.86º 0.47% 0.44% -
HSV(B) 310.86º 0.64% 0.65% -
XYZ 22.32 13.31 28.59 -
YUV 101.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 165 60 146 0 0.64 0.12 0.35 310.86 0.47 0.44
Hex A5 3C 92 0 40 C 23 137 2F 2C
Octal 245 74 222 0 100 14 43 467 57 54
Binary 10100101 111100 10010010 0 1000000 1100 100011 100110111 101111 101100

Color Harmonies of #A53C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C92

Black with #A53C92

Text Example


Text Example

White with #A53C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C92; }

 p { color: rgb(165,60,146); }

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

background-color css

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

 a { background-color: rgb(165,60,146); }

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

border-color css

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

 span { border-color: rgb(165,60,146); }

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