Html Css Color HEX #A64690 Medium Red Violet

📋 copy color: '#A64690'

red 166 ◦ green 70 ◦ blue 144

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

Shades of Medium Red Violet #A64690

Tints of Medium Red Violet #A64690

RGB

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

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

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

R = 43.68%
G = 18.42%
B = 37.89%

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

#A64690 (or 0xA64690) is known color: Medium Red Violet. HEX triplet: A6, 46 and 90. RGB value is (166,70,144). Sum of RGB (Red+Green+Blue) = 166+70+144=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64690 is #59B96F. Grayscale: #6A6A6A. Windows color (decimal): -5880176 or 9455270. OLE color: 9455270.

HSL color Cylindrical-coordinate representation of color #A64690: hue angle of 313.75º 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 #A64690 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 144 -
CMYK 0 0.58 0.13 0.35
HSL 313.75º 0.41% 0.46% -
HSV(B) 313.75º 0.58% 0.65% -
XYZ 22.95 14.5 27.97 -
YUV 107.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 166 70 144 0 0.58 0.13 0.35 313.75 0.41 0.46
Hex A6 46 90 0 3A D 23 13A 29 2E
Octal 246 106 220 0 72 15 43 472 51 56
Binary 10100110 1000110 10010000 0 111010 1101 100011 100111010 101001 101110

Color Harmonies of #A64690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64690

Black with #A64690

Text Example


Text Example

White with #A64690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64690; }

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

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

background-color css

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

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

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

border-color css

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

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

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