Html Css Color HEX #A44192 Medium Red Violet

📋 copy color: '#A44192'

red 164 ◦ green 65 ◦ blue 146

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

Shades of Medium Red Violet #A44192

Tints of Medium Red Violet #A44192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 43.73%
G = 17.33%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A44192 (or 0xA44192) is known color: Medium Red Violet. HEX triplet: A4, 41 and 92. RGB value is (164,65,146). Sum of RGB (Red+Green+Blue) = 164+65+146=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A44192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44192 is #5BBE6D. Grayscale: #676767. Windows color (decimal): -6012526 or 9585060. OLE color: 9585060.

HSL color Cylindrical-coordinate representation of color #A44192: hue angle of 310.91º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44192 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 146 -
CMYK 0 0.60 0.11 0.36
HSL 310.91º 0.43% 0.45% -
HSV(B) 310.91º 0.6% 0.64% -
XYZ 22.39 13.75 28.67 -
YUV 103.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 164 65 146 0 0.60 0.11 0.36 310.91 0.43 0.45
Hex A4 41 92 0 3C B 24 137 2B 2D
Octal 244 101 222 0 74 13 44 467 53 55
Binary 10100100 1000001 10010010 0 111100 1011 100100 100110111 101011 101101

Color Harmonies of #A44192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44192

Black with #A44192

Text Example


Text Example

White with #A44192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44192; }

 p { color: rgb(164,65,146); }

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

background-color css

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

 a { background-color: rgb(164,65,146); }

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

border-color css

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

 span { border-color: rgb(164,65,146); }

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