Html Css Color HEX #A43A84 Medium Red Violet

📋 copy color: '#A43A84'

red 164 ◦ green 58 ◦ blue 132

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

Shades of Medium Red Violet #A43A84

Tints of Medium Red Violet #A43A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 46.33%
G = 16.38%
B = 37.29%

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

#A43A84 (or 0xA43A84) is known color: Medium Red Violet. HEX triplet: A4, 3A and 84. RGB value is (164,58,132). Sum of RGB (Red+Green+Blue) = 164+58+132=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A84 is #5BC57B. Grayscale: #616161. Windows color (decimal): -6014332 or 8665764. OLE color: 8665764.

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

Color convert

RGB 164 58 132 -
CMYK 0 0.65 0.20 0.36
HSL 318.11º 0.48% 0.44% -
HSV(B) 318.11º 0.65% 0.64% -
XYZ 20.99 12.58 23.15 -
YUV 98.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 164 58 132 0 0.65 0.20 0.36 318.11 0.48 0.44
Hex A4 3A 84 0 41 14 24 13E 30 2C
Octal 244 72 204 0 101 24 44 476 60 54
Binary 10100100 111010 10000100 0 1000001 10100 100100 100111110 110000 101100

Color Harmonies of #A43A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A84

Black with #A43A84

Text Example


Text Example

White with #A43A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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