Html Css Color HEX #A53E96 Medium Red Violet

📋 copy color: '#A53E96'

red 165 ◦ green 62 ◦ blue 150

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

Shades of Medium Red Violet #A53E96

Tints of Medium Red Violet #A53E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 43.77%
G = 16.45%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A53E96 (or 0xA53E96) is known color: Medium Red Violet. HEX triplet: A5, 3E and 96. RGB value is (165,62,150). Sum of RGB (Red+Green+Blue) = 165+62+150=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53E96 is #5AC169. Grayscale: #666666. Windows color (decimal): -5947754 or 9846437. OLE color: 9846437.

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

Color convert

RGB 165 62 150 -
CMYK 0 0.62 0.09 0.35
HSL 308.74º 0.45% 0.45% -
HSV(B) 308.74º 0.62% 0.65% -
XYZ 22.74 13.65 30.29 -
YUV 102.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 165 62 150 0 0.62 0.09 0.35 308.74 0.45 0.45
Hex A5 3E 96 0 3E 9 23 135 2D 2D
Octal 245 76 226 0 76 11 43 465 55 55
Binary 10100101 111110 10010110 0 111110 1001 100011 100110101 101101 101101

Color Harmonies of #A53E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53E96

Black with #A53E96

Text Example


Text Example

White with #A53E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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