Html Css Color HEX #A44888 Medium Red Violet

📋 copy color: '#A44888'

red 164 ◦ green 72 ◦ blue 136

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

Shades of Medium Red Violet #A44888

Tints of Medium Red Violet #A44888

RGB

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

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

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

R = 44.09%
G = 19.35%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A44888 (or 0xA44888) is known color: Medium Red Violet. HEX triplet: A4, 48 and 88. RGB value is (164,72,136). Sum of RGB (Red+Green+Blue) = 164+72+136=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A44888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44888 is #5BB777. Grayscale: #6A6A6A. Windows color (decimal): -6010744 or 8931492. OLE color: 8931492.

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

Color convert

RGB 164 72 136 -
CMYK 0 0.56 0.17 0.36
HSL 318.26º 0.39% 0.46% -
HSV(B) 318.26º 0.56% 0.64% -
XYZ 22.07 14.3 24.89 -
YUV 106.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 164 72 136 0 0.56 0.17 0.36 318.26 0.39 0.46
Hex A4 48 88 0 38 11 24 13E 27 2E
Octal 244 110 210 0 70 21 44 476 47 56
Binary 10100100 1001000 10001000 0 111000 10001 100100 100111110 100111 101110

Color Harmonies of #A44888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44888

Black with #A44888

Text Example


Text Example

White with #A44888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44888; }

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

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

background-color css

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

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

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

border-color css

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

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

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