Html Css Color HEX #A44884 Medium Red Violet

📋 copy color: '#A44884'

red 164 ◦ green 72 ◦ blue 132

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

Shades of Medium Red Violet #A44884

Tints of Medium Red Violet #A44884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.57%

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

R = 44.57%
G = 19.57%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44884 (or 0xA44884) is known color: Medium Red Violet. HEX triplet: A4, 48 and 84. RGB value is (164,72,132). Sum of RGB (Red+Green+Blue) = 164+72+132=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A44884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44884 is #5BB77B. Grayscale: #6A6A6A. Windows color (decimal): -6010748 or 8669348. OLE color: 8669348.

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

Color convert

RGB 164 72 132 -
CMYK 0 0.56 0.20 0.36
HSL 320.87º 0.39% 0.46% -
HSV(B) 320.87º 0.56% 0.64% -
XYZ 21.79 14.19 23.42 -
YUV 106.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 164 72 132 0 0.56 0.20 0.36 320.87 0.39 0.46
Hex A4 48 84 0 38 14 24 141 27 2E
Octal 244 110 204 0 70 24 44 501 47 56
Binary 10100100 1001000 10000100 0 111000 10100 100100 101000001 100111 101110

Color Harmonies of #A44884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44884

Black with #A44884

Text Example


Text Example

White with #A44884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44884; }

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

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

background-color css

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

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

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

border-color css

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

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

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