Html Css Color HEX #A44585 Medium Red Violet

📋 copy color: '#A44585'

red 164 ◦ green 69 ◦ blue 133

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

Shades of Medium Red Violet #A44585

Tints of Medium Red Violet #A44585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

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

R = 44.81%
G = 18.85%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A44585 (or 0xA44585) is known color: Medium Red Violet. HEX triplet: A4, 45 and 85. RGB value is (164,69,133). Sum of RGB (Red+Green+Blue) = 164+69+133=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A44585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44585 is #5BBA7A. Grayscale: #686868. Windows color (decimal): -6011515 or 8734116. OLE color: 8734116.

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

Color convert

RGB 164 69 133 -
CMYK 0 0.58 0.19 0.36
HSL 319.58º 0.41% 0.46% -
HSV(B) 319.58º 0.58% 0.64% -
XYZ 21.67 13.84 23.72 -
YUV 104.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 164 69 133 0 0.58 0.19 0.36 319.58 0.41 0.46
Hex A4 45 85 0 3A 13 24 140 29 2E
Octal 244 105 205 0 72 23 44 500 51 56
Binary 10100100 1000101 10000101 0 111010 10011 100100 101000000 101001 101110

Color Harmonies of #A44585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44585

Black with #A44585

Text Example


Text Example

White with #A44585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44585; }

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

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

background-color css

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

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

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

border-color css

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

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

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