Html Css Color HEX #A44A87 Medium Red Violet

📋 copy color: '#A44A87'

red 164 ◦ green 74 ◦ blue 135

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

Shades of Medium Red Violet #A44A87

Tints of Medium Red Violet #A44A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 43.97%
G = 19.84%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A44A87 (or 0xA44A87) is known color: Medium Red Violet. HEX triplet: A4, 4A and 87. RGB value is (164,74,135). Sum of RGB (Red+Green+Blue) = 164+74+135=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A87 is #5BB578. Grayscale: #6B6B6B. Windows color (decimal): -6010233 or 8866468. OLE color: 8866468.

HSL color Cylindrical-coordinate representation of color #A44A87: hue angle of 319.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A87 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 135 -
CMYK 0 0.55 0.18 0.36
HSL 319.33º 0.38% 0.47% -
HSV(B) 319.33º 0.55% 0.64% -
XYZ 22.13 14.54 24.56 -
YUV 107.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 164 74 135 0 0.55 0.18 0.36 319.33 0.38 0.47
Hex A4 4A 87 0 37 12 24 13F 26 2F
Octal 244 112 207 0 67 22 44 477 46 57
Binary 10100100 1001010 10000111 0 110111 10010 100100 100111111 100110 101111

Color Harmonies of #A44A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A87

Black with #A44A87

Text Example


Text Example

White with #A44A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A87; }

 p { color: rgb(164,74,135); }

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

background-color css

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

 a { background-color: rgb(164,74,135); }

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

border-color css

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

 span { border-color: rgb(164,74,135); }

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