Html Css Color HEX #A43592 Medium Red Violet

📋 copy color: '#A43592'

red 164 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #A43592

Tints of Medium Red Violet #A43592

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

 GREEN value IS 53 (21.09% from 255) = 14.6%

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

R = 45.18%
G = 14.6%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A43592 (or 0xA43592) is known color: Medium Red Violet. HEX triplet: A4, 35 and 92. RGB value is (164,53,146). Sum of RGB (Red+Green+Blue) = 164+53+146=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A43592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43592 is #5BCA6D. Grayscale: #606060. Windows color (decimal): -6015598 or 9581988. OLE color: 9581988.

HSL color Cylindrical-coordinate representation of color #A43592: hue angle of 309.73º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43592 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 146 -
CMYK 0 0.68 0.11 0.36
HSL 309.73º 0.51% 0.43% -
HSV(B) 309.73º 0.68% 0.64% -
XYZ 21.77 12.51 28.46 -
YUV 96.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 164 53 146 0 0.68 0.11 0.36 309.73 0.51 0.43
Hex A4 35 92 0 44 B 24 136 33 2B
Octal 244 65 222 0 104 13 44 466 63 53
Binary 10100100 110101 10010010 0 1000100 1011 100100 100110110 110011 101011

Color Harmonies of #A43592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43592

Black with #A43592

Text Example


Text Example

White with #A43592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43592; }

 p { color: rgb(164,53,146); }

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

background-color css

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

 a { background-color: rgb(164,53,146); }

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

border-color css

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

 span { border-color: rgb(164,53,146); }

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