Html Css Color HEX #A43C95 Medium Red Violet

📋 copy color: '#A43C95'

red 164 ◦ green 60 ◦ blue 149

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

Shades of Medium Red Violet #A43C95

Tints of Medium Red Violet #A43C95

RGB

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

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

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

R = 43.97%
G = 16.09%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A43C95 (or 0xA43C95) is known color: Medium Red Violet. HEX triplet: A4, 3C and 95. RGB value is (164,60,149). Sum of RGB (Red+Green+Blue) = 164+60+149=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C95 is #5BC36A. Grayscale: #646464. Windows color (decimal): -6013803 or 9780388. OLE color: 9780388.

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

Color convert

RGB 164 60 149 -
CMYK 0 0.63 0.09 0.36
HSL 308.65º 0.46% 0.44% -
HSV(B) 308.65º 0.63% 0.64% -
XYZ 22.35 13.29 29.82 -
YUV 101.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 164 60 149 0 0.63 0.09 0.36 308.65 0.46 0.44
Hex A4 3C 95 0 3F 9 24 135 2E 2C
Octal 244 74 225 0 77 11 44 465 56 54
Binary 10100100 111100 10010101 0 111111 1001 100100 100110101 101110 101100

Color Harmonies of #A43C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C95

Black with #A43C95

Text Example


Text Example

White with #A43C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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