Html Css Color HEX #A43D84 Medium Red Violet

📋 copy color: '#A43D84'

red 164 ◦ green 61 ◦ blue 132

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

Shades of Medium Red Violet #A43D84

Tints of Medium Red Violet #A43D84

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

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

R = 45.94%
G = 17.09%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A43D84 (or 0xA43D84) is known color: Medium Red Violet. HEX triplet: A4, 3D and 84. RGB value is (164,61,132). Sum of RGB (Red+Green+Blue) = 164+61+132=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D84 is #5BC27B. Grayscale: #636363. Windows color (decimal): -6013564 or 8666532. OLE color: 8666532.

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

Color convert

RGB 164 61 132 -
CMYK 0 0.63 0.20 0.36
HSL 318.64º 0.46% 0.44% -
HSV(B) 318.64º 0.63% 0.64% -
XYZ 21.14 12.9 23.2 -
YUV 99.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 164 61 132 0 0.63 0.20 0.36 318.64 0.46 0.44
Hex A4 3D 84 0 3F 14 24 13F 2E 2C
Octal 244 75 204 0 77 24 44 477 56 54
Binary 10100100 111101 10000100 0 111111 10100 100100 100111111 101110 101100

Color Harmonies of #A43D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D84

Black with #A43D84

Text Example


Text Example

White with #A43D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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