Html Css Color HEX #A54192 Medium Red Violet

📋 copy color: '#A54192'

red 165 ◦ green 65 ◦ blue 146

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

Shades of Medium Red Violet #A54192

Tints of Medium Red Violet #A54192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 43.88%
G = 17.29%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A54192 (or 0xA54192) is known color: Medium Red Violet. HEX triplet: A5, 41 and 92. RGB value is (165,65,146). Sum of RGB (Red+Green+Blue) = 165+65+146=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A54192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54192 is #5ABE6D. Grayscale: #676767. Windows color (decimal): -5946990 or 9585061. OLE color: 9585061.

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

Color convert

RGB 165 65 146 -
CMYK 0 0.61 0.12 0.35
HSL 311.4º 0.43% 0.45% -
HSV(B) 311.4º 0.61% 0.65% -
XYZ 22.6 13.86 28.68 -
YUV 104.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 165 65 146 0 0.61 0.12 0.35 311.4 0.43 0.45
Hex A5 41 92 0 3D C 23 137 2B 2D
Octal 245 101 222 0 75 14 43 467 53 55
Binary 10100101 1000001 10010010 0 111101 1100 100011 100110111 101011 101101

Color Harmonies of #A54192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54192

Black with #A54192

Text Example


Text Example

White with #A54192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54192; }

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

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

background-color css

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

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

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

border-color css

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

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

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