Html Css Color HEX #A44785 Medium Red Violet

📋 copy color: '#A44785'

red 164 ◦ green 71 ◦ blue 133

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

Shades of Medium Red Violet #A44785

Tints of Medium Red Violet #A44785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 44.57%
G = 19.29%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A44785 (or 0xA44785) is known color: Medium Red Violet. HEX triplet: A4, 47 and 85. RGB value is (164,71,133). Sum of RGB (Red+Green+Blue) = 164+71+133=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A44785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44785 is #5BB87A. Grayscale: #696969. Windows color (decimal): -6011003 or 8734628. OLE color: 8734628.

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

Color convert

RGB 164 71 133 -
CMYK 0 0.57 0.19 0.36
HSL 320º 0.4% 0.46% -
HSV(B) 320º 0.57% 0.64% -
XYZ 21.8 14.09 23.76 -
YUV 105.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 164 71 133 0 0.57 0.19 0.36 320 0.4 0.46
Hex A4 47 85 0 39 13 24 140 28 2E
Octal 244 107 205 0 71 23 44 500 50 56
Binary 10100100 1000111 10000101 0 111001 10011 100100 101000000 101000 101110

Color Harmonies of #A44785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44785

Black with #A44785

Text Example


Text Example

White with #A44785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44785; }

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

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

background-color css

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

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

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

border-color css

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

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

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