Html Css Color HEX #A43584 Medium Red Violet

📋 copy color: '#A43584'

red 164 ◦ green 53 ◦ blue 132

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

Shades of Medium Red Violet #A43584

Tints of Medium Red Violet #A43584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.19%

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

R = 46.99%
G = 15.19%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A43584 (or 0xA43584) is known color: Medium Red Violet. HEX triplet: A4, 35 and 84. RGB value is (164,53,132). Sum of RGB (Red+Green+Blue) = 164+53+132=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A43584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43584 is #5BCA7B. Grayscale: #5E5E5E. Windows color (decimal): -6015612 or 8664484. OLE color: 8664484.

HSL color Cylindrical-coordinate representation of color #A43584: hue angle of 317.3º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43584 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 53 132 -
CMYK 0 0.68 0.20 0.36
HSL 317.3º 0.51% 0.43% -
HSV(B) 317.3º 0.68% 0.64% -
XYZ 20.75 12.1 23.07 -
YUV 95.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 164 53 132 0 0.68 0.20 0.36 317.3 0.51 0.43
Hex A4 35 84 0 44 14 24 13D 33 2B
Octal 244 65 204 0 104 24 44 475 63 53
Binary 10100100 110101 10000100 0 1000100 10100 100100 100111101 110011 101011

Color Harmonies of #A43584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43584

Black with #A43584

Text Example


Text Example

White with #A43584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43584; }

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

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

background-color css

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

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

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

border-color css

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

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

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