Html Css Color HEX #A43A83 Medium Red Violet

📋 copy color: '#A43A83'

red 164 ◦ green 58 ◦ blue 131

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

Shades of Medium Red Violet #A43A83

Tints of Medium Red Violet #A43A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 46.46%
G = 16.43%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A43A83 (or 0xA43A83) is known color: Medium Red Violet. HEX triplet: A4, 3A and 83. RGB value is (164,58,131). Sum of RGB (Red+Green+Blue) = 164+58+131=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A83 is #5BC57C. Grayscale: #616161. Windows color (decimal): -6014333 or 8600228. OLE color: 8600228.

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

Color convert

RGB 164 58 131 -
CMYK 0 0.65 0.20 0.36
HSL 318.68º 0.48% 0.44% -
HSV(B) 318.68º 0.65% 0.64% -
XYZ 20.92 12.56 22.79 -
YUV 98.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 164 58 131 0 0.65 0.20 0.36 318.68 0.48 0.44
Hex A4 3A 83 0 41 14 24 13F 30 2C
Octal 244 72 203 0 101 24 44 477 60 54
Binary 10100100 111010 10000011 0 1000001 10100 100100 100111111 110000 101100

Color Harmonies of #A43A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A83

Black with #A43A83

Text Example


Text Example

White with #A43A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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