Html Css Color HEX #A53E92 Medium Red Violet

📋 copy color: '#A53E92'

red 165 ◦ green 62 ◦ blue 146

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

Shades of Medium Red Violet #A53E92

Tints of Medium Red Violet #A53E92

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.62%

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

R = 44.24%
G = 16.62%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A53E92 (or 0xA53E92) is known color: Medium Red Violet. HEX triplet: A5, 3E and 92. RGB value is (165,62,146). Sum of RGB (Red+Green+Blue) = 165+62+146=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53E92 is #5AC16D. Grayscale: #666666. Windows color (decimal): -5947758 or 9584293. OLE color: 9584293.

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

Color convert

RGB 165 62 146 -
CMYK 0 0.62 0.12 0.35
HSL 311.07º 0.45% 0.45% -
HSV(B) 311.07º 0.62% 0.65% -
XYZ 22.43 13.52 28.62 -
YUV 102.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 165 62 146 0 0.62 0.12 0.35 311.07 0.45 0.45
Hex A5 3E 92 0 3E C 23 137 2D 2D
Octal 245 76 222 0 76 14 43 467 55 55
Binary 10100101 111110 10010010 0 111110 1100 100011 100110111 101101 101101

Color Harmonies of #A53E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53E92

Black with #A53E92

Text Example


Text Example

White with #A53E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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