Html Css Color HEX #A43C8E Medium Red Violet

📋 copy color: '#A43C8E'

red 164 ◦ green 60 ◦ blue 142

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

Shades of Medium Red Violet #A43C8E

Tints of Medium Red Violet #A43C8E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.39%

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 44.81%
G = 16.39%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A43C8E (or 0xA43C8E) is known color: Medium Red Violet. HEX triplet: A4, 3C and 8E. RGB value is (164,60,142). Sum of RGB (Red+Green+Blue) = 164+60+142=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C8E is #5BC371. Grayscale: #646464. Windows color (decimal): -6013810 or 9321636. OLE color: 9321636.

HSL color Cylindrical-coordinate representation of color #A43C8E: hue angle of 312.69º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C8E is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 60 142 -
CMYK 0 0.63 0.13 0.36
HSL 312.69º 0.46% 0.44% -
HSV(B) 312.69º 0.63% 0.64% -
XYZ 21.81 13.08 26.97 -
YUV 100.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 164 60 142 0 0.63 0.13 0.36 312.69 0.46 0.44
Hex A4 3C 8E 0 3F D 24 139 2E 2C
Octal 244 74 216 0 77 15 44 471 56 54
Binary 10100100 111100 10001110 0 111111 1101 100100 100111001 101110 101100

Color Harmonies of #A43C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C8E

Black with #A43C8E

Text Example


Text Example

White with #A43C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C8E; }

 p { color: rgb(164,60,142); }

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

background-color css

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

 a { background-color: rgb(164,60,142); }

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

border-color css

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

 span { border-color: rgb(164,60,142); }

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