Html Css Color HEX #A64491 Medium Red Violet

📋 copy color: '#A64491'

red 166 ◦ green 68 ◦ blue 145

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

Shades of Medium Red Violet #A64491

Tints of Medium Red Violet #A64491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 43.8%
G = 17.94%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A64491 (or 0xA64491) is known color: Medium Red Violet. HEX triplet: A6, 44 and 91. RGB value is (166,68,145). Sum of RGB (Red+Green+Blue) = 166+68+145=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A64491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64491 is #59BB6E. Grayscale: #696969. Windows color (decimal): -5880687 or 9520294. OLE color: 9520294.

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

Color convert

RGB 166 68 145 -
CMYK 0 0.59 0.13 0.35
HSL 312.86º 0.42% 0.46% -
HSV(B) 312.86º 0.59% 0.65% -
XYZ 22.9 14.29 28.34 -
YUV 106.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 166 68 145 0 0.59 0.13 0.35 312.86 0.42 0.46
Hex A6 44 91 0 3B D 23 139 2A 2E
Octal 246 104 221 0 73 15 43 471 52 56
Binary 10100110 1000100 10010001 0 111011 1101 100011 100111001 101010 101110

Color Harmonies of #A64491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64491

Black with #A64491

Text Example


Text Example

White with #A64491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64491; }

 p { color: rgb(166,68,145); }

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

background-color css

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

 a { background-color: rgb(166,68,145); }

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

border-color css

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

 span { border-color: rgb(166,68,145); }

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