Html Css Color HEX #A44A84 Medium Red Violet

📋 copy color: '#A44A84'

red 164 ◦ green 74 ◦ blue 132

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

Shades of Medium Red Violet #A44A84

Tints of Medium Red Violet #A44A84

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

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

R = 44.32%
G = 20%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44A84 (or 0xA44A84) is known color: Medium Red Violet. HEX triplet: A4, 4A and 84. RGB value is (164,74,132). Sum of RGB (Red+Green+Blue) = 164+74+132=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A84 is #5BB57B. Grayscale: #6B6B6B. Windows color (decimal): -6010236 or 8669860. OLE color: 8669860.

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

Color convert

RGB 164 74 132 -
CMYK 0 0.55 0.20 0.36
HSL 321.33º 0.38% 0.47% -
HSV(B) 321.33º 0.55% 0.64% -
XYZ 21.92 14.46 23.46 -
YUV 107.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 164 74 132 0 0.55 0.20 0.36 321.33 0.38 0.47
Hex A4 4A 84 0 37 14 24 141 26 2F
Octal 244 112 204 0 67 24 44 501 46 57
Binary 10100100 1001010 10000100 0 110111 10100 100100 101000001 100110 101111

Color Harmonies of #A44A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A84

Black with #A44A84

Text Example


Text Example

White with #A44A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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