Html Css Color HEX #A44093 Medium Red Violet

📋 copy color: '#A44093'

red 164 ◦ green 64 ◦ blue 147

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

Shades of Medium Red Violet #A44093

Tints of Medium Red Violet #A44093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 43.73%
G = 17.07%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A44093 (or 0xA44093) is known color: Medium Red Violet. HEX triplet: A4, 40 and 93. RGB value is (164,64,147). Sum of RGB (Red+Green+Blue) = 164+64+147=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A44093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44093 is #5BBF6C. Grayscale: #676767. Windows color (decimal): -6012781 or 9650340. OLE color: 9650340.

HSL color Cylindrical-coordinate representation of color #A44093: hue angle of 310.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44093 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 147 -
CMYK 0 0.61 0.10 0.36
HSL 310.2º 0.44% 0.45% -
HSV(B) 310.2º 0.61% 0.64% -
XYZ 22.41 13.67 29.06 -
YUV 103.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 164 64 147 0 0.61 0.10 0.36 310.2 0.44 0.45
Hex A4 40 93 0 3D A 24 136 2C 2D
Octal 244 100 223 0 75 12 44 466 54 55
Binary 10100100 1000000 10010011 0 111101 1010 100100 100110110 101100 101101

Color Harmonies of #A44093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44093

Black with #A44093

Text Example


Text Example

White with #A44093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44093; }

 p { color: rgb(164,64,147); }

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

background-color css

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

 a { background-color: rgb(164,64,147); }

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

border-color css

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

 span { border-color: rgb(164,64,147); }

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