Html Css Color HEX #A54392 Medium Red Violet

📋 copy color: '#A54392'

red 165 ◦ green 67 ◦ blue 146

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

Shades of Medium Red Violet #A54392

Tints of Medium Red Violet #A54392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.72%

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

R = 43.65%
G = 17.72%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A54392 (or 0xA54392) is known color: Medium Red Violet. HEX triplet: A5, 43 and 92. RGB value is (165,67,146). Sum of RGB (Red+Green+Blue) = 165+67+146=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A54392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54392 is #5ABC6D. Grayscale: #696969. Windows color (decimal): -5946478 or 9585573. OLE color: 9585573.

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

Color convert

RGB 165 67 146 -
CMYK 0 0.59 0.12 0.35
HSL 311.63º 0.42% 0.45% -
HSV(B) 311.63º 0.59% 0.65% -
XYZ 22.71 14.09 28.72 -
YUV 105.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 165 67 146 0 0.59 0.12 0.35 311.63 0.42 0.45
Hex A5 43 92 0 3B C 23 138 2A 2D
Octal 245 103 222 0 73 14 43 470 52 55
Binary 10100101 1000011 10010010 0 111011 1100 100011 100111000 101010 101101

Color Harmonies of #A54392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54392

Black with #A54392

Text Example


Text Example

White with #A54392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54392; }

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

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

background-color css

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

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

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

border-color css

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

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

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