Html Css Color HEX #A43595 Medium Red Violet

📋 copy color: '#A43595'

red 164 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #A43595

Tints of Medium Red Violet #A43595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 44.81%
G = 14.48%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A43595 (or 0xA43595) is known color: Medium Red Violet. HEX triplet: A4, 35 and 95. RGB value is (164,53,149). Sum of RGB (Red+Green+Blue) = 164+53+149=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A43595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43595 is #5BCA6A. Grayscale: #606060. Windows color (decimal): -6015595 or 9778596. OLE color: 9778596.

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

Color convert

RGB 164 53 149 -
CMYK 0 0.68 0.09 0.36
HSL 308.11º 0.51% 0.43% -
HSV(B) 308.11º 0.68% 0.64% -
XYZ 22.01 12.61 29.71 -
YUV 97.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 164 53 149 0 0.68 0.09 0.36 308.11 0.51 0.43
Hex A4 35 95 0 44 9 24 134 33 2B
Octal 244 65 225 0 104 11 44 464 63 53
Binary 10100100 110101 10010101 0 1000100 1001 100100 100110100 110011 101011

Color Harmonies of #A43595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43595

Black with #A43595

Text Example


Text Example

White with #A43595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43595; }

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

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

background-color css

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

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

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

border-color css

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

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

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