Html Css Color HEX #A64691 Medium Red Violet

📋 copy color: '#A64691'

red 166 ◦ green 70 ◦ blue 145

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

Shades of Medium Red Violet #A64691

Tints of Medium Red Violet #A64691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

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

R = 43.57%
G = 18.37%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A64691 (or 0xA64691) is known color: Medium Red Violet. HEX triplet: A6, 46 and 91. RGB value is (166,70,145). Sum of RGB (Red+Green+Blue) = 166+70+145=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A64691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64691 is #59B96E. Grayscale: #6B6B6B. Windows color (decimal): -5880175 or 9520806. OLE color: 9520806.

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

Color convert

RGB 166 70 145 -
CMYK 0 0.58 0.13 0.35
HSL 313.13º 0.41% 0.46% -
HSV(B) 313.13º 0.58% 0.65% -
XYZ 23.03 14.53 28.38 -
YUV 107.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 166 70 145 0 0.58 0.13 0.35 313.13 0.41 0.46
Hex A6 46 91 0 3A D 23 139 29 2E
Octal 246 106 221 0 72 15 43 471 51 56
Binary 10100110 1000110 10010001 0 111010 1101 100011 100111001 101001 101110

Color Harmonies of #A64691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64691

Black with #A64691

Text Example


Text Example

White with #A64691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64691; }

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

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

background-color css

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

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

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

border-color css

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

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

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