Html Css Color HEX #A44885 Medium Red Violet

📋 copy color: '#A44885'

red 164 ◦ green 72 ◦ blue 133

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

Shades of Medium Red Violet #A44885

Tints of Medium Red Violet #A44885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 44.44%
G = 19.51%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A44885 (or 0xA44885) is known color: Medium Red Violet. HEX triplet: A4, 48 and 85. RGB value is (164,72,133). Sum of RGB (Red+Green+Blue) = 164+72+133=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44885 is #5BB77A. Grayscale: #6A6A6A. Windows color (decimal): -6010747 or 8734884. OLE color: 8734884.

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

Color convert

RGB 164 72 133 -
CMYK 0 0.56 0.19 0.36
HSL 320.22º 0.39% 0.46% -
HSV(B) 320.22º 0.56% 0.64% -
XYZ 21.86 14.22 23.78 -
YUV 106.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 164 72 133 0 0.56 0.19 0.36 320.22 0.39 0.46
Hex A4 48 85 0 38 13 24 140 27 2E
Octal 244 110 205 0 70 23 44 500 47 56
Binary 10100100 1001000 10000101 0 111000 10011 100100 101000000 100111 101110

Color Harmonies of #A44885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44885

Black with #A44885

Text Example


Text Example

White with #A44885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44885; }

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

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

background-color css

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

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

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

border-color css

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

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

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