Html Css Color HEX #A44384 Medium Red Violet

📋 copy color: '#A44384'

red 164 ◦ green 67 ◦ blue 132

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

Shades of Medium Red Violet #A44384

Tints of Medium Red Violet #A44384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

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

R = 45.18%
G = 18.46%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44384 (or 0xA44384) is known color: Medium Red Violet. HEX triplet: A4, 43 and 84. RGB value is (164,67,132). Sum of RGB (Red+Green+Blue) = 164+67+132=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A44384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44384 is #5BBC7B. Grayscale: #676767. Windows color (decimal): -6012028 or 8668068. OLE color: 8668068.

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

Color convert

RGB 164 67 132 -
CMYK 0 0.59 0.20 0.36
HSL 319.79º 0.42% 0.45% -
HSV(B) 319.79º 0.59% 0.64% -
XYZ 21.48 13.57 23.32 -
YUV 103.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 164 67 132 0 0.59 0.20 0.36 319.79 0.42 0.45
Hex A4 43 84 0 3B 14 24 140 2A 2D
Octal 244 103 204 0 73 24 44 500 52 55
Binary 10100100 1000011 10000100 0 111011 10100 100100 101000000 101010 101101

Color Harmonies of #A44384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44384

Black with #A44384

Text Example


Text Example

White with #A44384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44384; }

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

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

background-color css

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

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

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

border-color css

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

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

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