Html Css Color HEX #A44186 Medium Red Violet

📋 copy color: '#A44186'

red 164 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #A44186

Tints of Medium Red Violet #A44186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 45.18%
G = 17.91%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A44186 (or 0xA44186) is known color: Medium Red Violet. HEX triplet: A4, 41 and 86. RGB value is (164,65,134). Sum of RGB (Red+Green+Blue) = 164+65+134=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A44186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44186 is #5BBE79. Grayscale: #666666. Windows color (decimal): -6012538 or 8798628. OLE color: 8798628.

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

Color convert

RGB 164 65 134 -
CMYK 0 0.60 0.18 0.36
HSL 318.18º 0.43% 0.45% -
HSV(B) 318.18º 0.6% 0.64% -
XYZ 21.5 13.39 24.01 -
YUV 102.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 164 65 134 0 0.60 0.18 0.36 318.18 0.43 0.45
Hex A4 41 86 0 3C 12 24 13E 2B 2D
Octal 244 101 206 0 74 22 44 476 53 55
Binary 10100100 1000001 10000110 0 111100 10010 100100 100111110 101011 101101

Color Harmonies of #A44186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44186

Black with #A44186

Text Example


Text Example

White with #A44186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44186; }

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

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

background-color css

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

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

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

border-color css

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

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

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