Html Css Color HEX #A43A8D Medium Red Violet

📋 copy color: '#A43A8D'

red 164 ◦ green 58 ◦ blue 141

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

Shades of Medium Red Violet #A43A8D

Tints of Medium Red Violet #A43A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 45.18%
G = 15.98%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A43A8D (or 0xA43A8D) is known color: Medium Red Violet. HEX triplet: A4, 3A and 8D. RGB value is (164,58,141). Sum of RGB (Red+Green+Blue) = 164+58+141=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A8D is #5BC572. Grayscale: #626262. Windows color (decimal): -6014323 or 9255588. OLE color: 9255588.

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

Color convert

RGB 164 58 141 -
CMYK 0 0.65 0.14 0.36
HSL 313.02º 0.48% 0.44% -
HSV(B) 313.02º 0.65% 0.64% -
XYZ 21.63 12.84 26.54 -
YUV 99.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 164 58 141 0 0.65 0.14 0.36 313.02 0.48 0.44
Hex A4 3A 8D 0 41 E 24 139 30 2C
Octal 244 72 215 0 101 16 44 471 60 54
Binary 10100100 111010 10001101 0 1000001 1110 100100 100111001 110000 101100

Color Harmonies of #A43A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A8D

Black with #A43A8D

Text Example


Text Example

White with #A43A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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