Html Css Color HEX #A44290 Medium Red Violet

📋 copy color: '#A44290'

red 164 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #A44290

Tints of Medium Red Violet #A44290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 43.85%
G = 17.65%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A44290 (or 0xA44290) is known color: Medium Red Violet. HEX triplet: A4, 42 and 90. RGB value is (164,66,144). Sum of RGB (Red+Green+Blue) = 164+66+144=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A44290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44290 is #5BBD6F. Grayscale: #676767. Windows color (decimal): -6012272 or 9454244. OLE color: 9454244.

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

Color convert

RGB 164 66 144 -
CMYK 0 0.60 0.12 0.36
HSL 312.24º 0.43% 0.45% -
HSV(B) 312.24º 0.6% 0.64% -
XYZ 22.29 13.8 27.87 -
YUV 104.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 164 66 144 0 0.60 0.12 0.36 312.24 0.43 0.45
Hex A4 42 90 0 3C C 24 138 2B 2D
Octal 244 102 220 0 74 14 44 470 53 55
Binary 10100100 1000010 10010000 0 111100 1100 100100 100111000 101011 101101

Color Harmonies of #A44290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44290

Black with #A44290

Text Example


Text Example

White with #A44290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44290; }

 p { color: rgb(164,66,144); }

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

background-color css

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

 a { background-color: rgb(164,66,144); }

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

border-color css

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

 span { border-color: rgb(164,66,144); }

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