Html Css Color HEX #A64090 Medium Red Violet

📋 copy color: '#A64090'

red 166 ◦ green 64 ◦ blue 144

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

Shades of Medium Red Violet #A64090

Tints of Medium Red Violet #A64090

RGB

 RED value IS 166 (65.23% from 255) = 44.39%

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

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

R = 44.39%
G = 17.11%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A64090 (or 0xA64090) is known color: Medium Red Violet. HEX triplet: A6, 40 and 90. RGB value is (166,64,144). Sum of RGB (Red+Green+Blue) = 166+64+144=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A64090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64090 is #59BF6F. Grayscale: #676767. Windows color (decimal): -5881712 or 9453734. OLE color: 9453734.

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

Color convert

RGB 166 64 144 -
CMYK 0 0.61 0.13 0.35
HSL 312.94º 0.44% 0.45% -
HSV(B) 312.94º 0.61% 0.65% -
XYZ 22.59 13.79 27.86 -
YUV 103.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 166 64 144 0 0.61 0.13 0.35 312.94 0.44 0.45
Hex A6 40 90 0 3D D 23 139 2C 2D
Octal 246 100 220 0 75 15 43 471 54 55
Binary 10100110 1000000 10010000 0 111101 1101 100011 100111001 101100 101101

Color Harmonies of #A64090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64090

Black with #A64090

Text Example


Text Example

White with #A64090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64090; }

 p { color: rgb(166,64,144); }

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

background-color css

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

 a { background-color: rgb(166,64,144); }

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

border-color css

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

 span { border-color: rgb(166,64,144); }

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