Html Css Color HEX #A64686 Medium Red Violet

📋 copy color: '#A64686'

red 166 ◦ green 70 ◦ blue 134

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

Shades of Medium Red Violet #A64686

Tints of Medium Red Violet #A64686

RGB

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

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

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

R = 44.86%
G = 18.92%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A64686 (or 0xA64686) is known color: Medium Red Violet. HEX triplet: A6, 46 and 86. RGB value is (166,70,134). Sum of RGB (Red+Green+Blue) = 166+70+134=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64686 is #59B979. Grayscale: #696969. Windows color (decimal): -5880186 or 8799910. OLE color: 8799910.

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

Color convert

RGB 166 70 134 -
CMYK 0 0.58 0.19 0.35
HSL 320º 0.41% 0.46% -
HSV(B) 320º 0.58% 0.65% -
XYZ 22.22 14.21 24.13 -
YUV 106 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 166 70 134 0 0.58 0.19 0.35 320 0.41 0.46
Hex A6 46 86 0 3A 13 23 140 29 2E
Octal 246 106 206 0 72 23 43 500 51 56
Binary 10100110 1000110 10000110 0 111010 10011 100011 101000000 101001 101110

Color Harmonies of #A64686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64686

Black with #A64686

Text Example


Text Example

White with #A64686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64686; }

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

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

background-color css

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

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

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

border-color css

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

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

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