Html Css Color HEX #A43A7F Medium Red Violet

📋 copy color: '#A43A7F'

red 164 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #A43A7F

Tints of Medium Red Violet #A43A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 127 (50% from 255) = 36.39%

R = 46.99%
G = 16.62%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A43A7F (or 0xA43A7F) is known color: Medium Red Violet. HEX triplet: A4, 3A and 7F. RGB value is (164,58,127). Sum of RGB (Red+Green+Blue) = 164+58+127=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A7F is #5BC580. Grayscale: #616161. Windows color (decimal): -6014337 or 8338084. OLE color: 8338084.

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

Color convert

RGB 164 58 127 -
CMYK 0 0.65 0.23 0.36
HSL 320.94º 0.48% 0.44% -
HSV(B) 320.94º 0.65% 0.64% -
XYZ 20.65 12.45 21.39 -
YUV 97.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 164 58 127 0 0.65 0.23 0.36 320.94 0.48 0.44
Hex A4 3A 7F 0 41 17 24 141 30 2C
Octal 244 72 177 0 101 27 44 501 60 54
Binary 10100100 111010 1111111 0 1000001 10111 100100 101000001 110000 101100

Color Harmonies of #A43A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A7F

Black with #A43A7F

Text Example


Text Example

White with #A43A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A7F; }

 p { color: rgb(164,58,127); }

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

background-color css

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

 a { background-color: rgb(164,58,127); }

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

border-color css

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

 span { border-color: rgb(164,58,127); }

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