Html Css Color HEX #A44588 Medium Red Violet

📋 copy color: '#A44588'

red 164 ◦ green 69 ◦ blue 136

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

Shades of Medium Red Violet #A44588

Tints of Medium Red Violet #A44588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 44.44%
G = 18.7%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A44588 (or 0xA44588) is known color: Medium Red Violet. HEX triplet: A4, 45 and 88. RGB value is (164,69,136). Sum of RGB (Red+Green+Blue) = 164+69+136=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44588 is #5BBA77. Grayscale: #686868. Windows color (decimal): -6011512 or 8930724. OLE color: 8930724.

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

Color convert

RGB 164 69 136 -
CMYK 0 0.58 0.17 0.36
HSL 317.68º 0.41% 0.46% -
HSV(B) 317.68º 0.58% 0.64% -
XYZ 21.88 13.93 24.83 -
YUV 105.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 164 69 136 0 0.58 0.17 0.36 317.68 0.41 0.46
Hex A4 45 88 0 3A 11 24 13E 29 2E
Octal 244 105 210 0 72 21 44 476 51 56
Binary 10100100 1000101 10001000 0 111010 10001 100100 100111110 101001 101110

Color Harmonies of #A44588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44588

Black with #A44588

Text Example


Text Example

White with #A44588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44588; }

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

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

background-color css

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

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

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

border-color css

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

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

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